summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure
diff options
context:
space:
mode:
authorNadrieril2020-10-28 20:25:06 +0000
committerNadrieril2020-10-28 22:52:41 +0000
commit5f3ca811f09dcf6f09fb9b60fcd2664d06762f39 (patch)
tree95c2e0f919ade0f26babe7f5084b491077d0db4e /dhall/tests/type-inference/failure
parent70727acbda68e104f60ae1dbbe95adbcec08a628 (diff)
No need to escape underscores in pretty-printing
Diffstat (limited to 'dhall/tests/type-inference/failure')
-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 0798b19..7241266 100644
--- a/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
+++ b/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
@@ -1,4 +1,4 @@
-Type error: error: unbound variable ``_``
+Type error: error: unbound variable `_`
--> <current file>:1:47
|
1 | assert : (\(_: Bool) -> _) === (\(x: Bool) -> _)