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