summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/HeterogenousToMap.txt
blob: 75c9f3dd66365022fc69d6c9f6a252451cd0dd1e (plain)
1
2
3
4
5
6
Type error: error: Every field of the record must have the same type
 --> <current file>:1:1
  |
1 | toMap { foo= 1, bar= "Bar" }
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Every field of the record must have the same type
  |