summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/FunctionApplicationArgumentNotMatch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/FunctionApplicationArgumentNotMatch.txt')
-rw-r--r--dhall/tests/type-errors/unit/FunctionApplicationArgumentNotMatch.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/dhall/tests/type-errors/unit/FunctionApplicationArgumentNotMatch.txt b/dhall/tests/type-errors/unit/FunctionApplicationArgumentNotMatch.txt
deleted file mode 100644
index 07278b8..0000000
--- a/dhall/tests/type-errors/unit/FunctionApplicationArgumentNotMatch.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Type error: error: wrong type of function argument
- --> <current file>:1:1
- |
-1 | (λ(_ : Natural) → _) True
- | ^^^^^^^^^^^^^^^^^^ this expects an argument of type: Natural
- | ^^^^ but this has type: Bool
- |
- = note: expected type `Natural`
- found type `Bool`