summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/ListLiteralEmptyNotType.txt
blob: 125cc8732d4dda12dfd2a4484f540fef806ad2a9 (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
  |      ---- help: this expects an argument of type: Type
  |           ---- help: but this has type: Kind
  |