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