]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ExistentialData2.scl
Added info on backup location to documentation backup.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / 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>.