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