summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/AssertAlphaTrap.txt
blob: e4584f5eb0bec1c29e92f2200fae078e796189d2 (plain)
1
2
3
4
5
6
Type error: Unhandled error: error: unbound variable ``_``
 --> <current file>:1:46
  |
1 | assert : (\(_: Bool) -> _) === (\(x: Bool) -> _)
  |                                               ^ not found in this scope
  |