]> gerrit.simantics Code Review - simantics/platform.git/blob - scl/ExistentialData2.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / 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>.