summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/WithUnderscore.txt
blob: 77b0777c9f690afe3f8d7bf245de4e59fdf7b91a (plain)
1
2
3
4
5
6
7
Type error: error: unbound variable ``_``
 --> <current file>:1:23
  |
...
5 | { a.b = 1 } with a.c = _
  |                        ^ not found in this scope
  |