fe49b183d8910bc1f84635744972062d73fc826b
[clean-tests.git] / geditor-arity / test.icl
1 module test
2
3 import iTasks
4
5 Start w = startEngine (treturn 42) w
6
7 derive gEditor Set
8 derive gDefault Set
9
10 t :: Editor (Set Int)
11 t = gEditor{|*->*|}
12 slider
13 gText{|*|}
14 gDefault{|*|}
15 JSONEncode{|*|}
16 JSONDecode{|*|}