]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ExistentialData2.scl
Fixed multiple issues causing dangling references to discarded queries
[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)
2
3 mixThunks (Thunk s0 f0) (Thunk s1 f1) = f0 s1
4
5 main = "Not to be executed!"
6 --
7 3:44-3:46: Expected <a> got <b>.