purescript-0.14.0: tests/purs/failing/KindStar.out
Error found:
in module [33mX[0m
at tests/purs/failing/KindStar.purs:7:1 - 7:13 (line 7, column 1 - line 7, column 13)
In a type-annotated expression [33mx :: t[0m, the type [33mt[0m must have kind [33mType[0m.
The error arises from the type
[33m [0m
[33m List[0m
[33m [0m
having the kind
[33m [0m
[33m Type -> Type[0m
[33m [0m
instead.
in value declaration [33mtest[0m
See https://github.com/purescript/documentation/blob/master/errors/ExpectedType.md for more information,
or to contribute content related to this error.