summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/hurkensParadox.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/failure/hurkensParadox.txt')
-rw-r--r--dhall/tests/type-inference/failure/hurkensParadox.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/hurkensParadox.txt b/dhall/tests/type-inference/failure/hurkensParadox.txt
index 5aacb80..ec641c9 100644
--- a/dhall/tests/type-inference/failure/hurkensParadox.txt
+++ b/dhall/tests/type-inference/failure/hurkensParadox.txt
@@ -1,5 +1,5 @@
Type error: error: wrong type of function argument
- --> <current file>:6:15
+ --> <current file>:6:16
|
1 | let bottom : Type = ∀(any : Type) → any
2 |