summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/ListLiteralTypesNotMatch.txt
blob: 33e007d4d65305817b4c7318eb3d575519e21b31 (plain)
1
2
3
4
5
6
Type error: error: InvalidListElement
 --> <current file>:1:0
  |
1 | [ True, 1 ]
  | ^^^^^^^^^^^ InvalidListElement
  |