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