summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/AssertAlphaTrap.txt
blob: 724126629d3ebf90c16ca92d5092934bf04278cd (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
  |