summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/ListLiteralEmptyNotType.txt
blob: 1459ca13714f9a4d165806f15ebf9550b90db982 (plain)
1
2
3
4
5
6
7
8
Type error: Unhandled error: error: Wrong type of function argument
 --> <current file>:1:5
  |
1 | [] : List Type
  |      ^^^^^^^^^ Wrong type of function argument
  |      ^^^^ this expects an argument of type: Type
  |           ^^^^ but this has type: Kind
  |