]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/InvalidKinds.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / InvalidKinds.scl
1
2 data List a = Nil | Cons a (List a)
3
4 foo :: List
5 foo = foo
6 --
7 4:8-4:12: Expected a type with kind * but got * -> *.