summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/FunctionArgumentTypeNotAType.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/FunctionArgumentTypeNotAType.txt')
-rw-r--r--dhall/tests/type-errors/unit/FunctionArgumentTypeNotAType.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/FunctionArgumentTypeNotAType.txt b/dhall/tests/type-errors/unit/FunctionArgumentTypeNotAType.txt
index a13fb3a..3fc1652 100644
--- a/dhall/tests/type-errors/unit/FunctionArgumentTypeNotAType.txt
+++ b/dhall/tests/type-errors/unit/FunctionArgumentTypeNotAType.txt
@@ -1 +1,7 @@
-[unknown location] Type error: Invalid function input
+Type error: Unhandled error: error: Invalid input type: `Natural`
+ --> <current file>:1:6
+ |
+1 | λ(_ : 1) → _
+ | ^ this has type: `Natural`
+ |
+ = help: The input type of a function must have type `Type`, `Kind` or `Sort`