summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/ToMapWrongKind.txt
blob: 403672dc694d50b9c39418a3257ca016f1a6adf7 (plain)
1
2
3
4
5
6
Type error: error: `toMap` only accepts records of type `Type`
 --> <current file>:1:1
  |
1 | toMap { x = Bool }
  | ^^^^^^^^^^^^^^^^^^ `toMap` only accepts records of type `Type`
  |