summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/WithInvalidOverrideA.txt
blob: c2af3942171ecc23d5f7e48679b719a1a5874d1c (plain)
1
2
3
4
5
6
7
Type error: error: WithMustBeRecord
 --> <current file>:1:1
  |
...
6 | { a = 1 } with a.b = 2
  | ^^^^^^^^^^^^^^^^^^^^^^ WithMustBeRecord
  |