summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/NonRecordToMap.txt
blob: cf764c3fcca6ec64997d75be33911dd6a280ece4 (plain)
1
2
3
4
5
6
Type error: error: The argument to `toMap` must be a record
 --> <current file>:1:1
  |
1 | toMap "text"
  | ^^^^^^^^^^^^ The argument to `toMap` must be a record
  |