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