summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
diff options
context:
space:
mode:
authorNadrieril2020-03-31 20:25:02 +0100
committerGitHub2020-03-31 20:25:02 +0100
commit5a5aa49e64197899006751db72e404f4b2292d4e (patch)
tree0b62e961c1de99ce9a78c4775ce8eab047cdf768 /dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
parenteecd41fe5dd155752aaaa06af02bc32f8a416ba5 (diff)
parente12fb2928307d240461e749e5d371cef17cf520c (diff)
Merge pull request #156 from Nadrieril/fix-155
Fix #155
Diffstat (limited to '')
-rw-r--r--dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt b/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
index 7e27d00..0798b19 100644
--- a/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
+++ b/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
@@ -1,5 +1,5 @@
Type error: error: unbound variable ``_``
- --> <current file>:1:46
+ --> <current file>:1:47
|
1 | assert : (\(_: Bool) -> _) === (\(x: Bool) -> _)
| ^ not found in this scope