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