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