summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/EmptyToMap.txt
blob: 000fac71597c573ecb0b97ea6ab3295c4a0f4010 (plain)
1
2
3
4
5
6
Type error: error: `toMap` applied to an empty record requires a type annotation
 --> <current file>:1:0
  |
1 | toMap {=}
  | ^^^^^^^^^ `toMap` applied to an empty record requires a type annotation
  |