]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/InvalidKinds.scl
Added info on backup location to documentation backup.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / InvalidKinds.scl
1 \r
2 data List a = Nil | Cons a (List a)\r
3 \r
4 foo :: List\r
5 foo = foo\r
6 --\r
7 4:8-4:12: Expected a type with kind * but got * -> *.