]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ExistentialData2.scl
Merge commit '3b5069d' into develop
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ExistentialData2.scl
1 data Thunk a = /* forall s. */ Thunk s (s -> a)\r
2 \r
3 mixThunks (Thunk s0 f0) (Thunk s1 f1) = f0 s1\r
4 \r
5 main = "Not to be executed!"\r
6 --\r
7 3:44-3:46: Expected <a> got <b>.