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