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