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