bork
[clean-tests.git] / geditor-arity / test.icl
diff --git a/geditor-arity/test.icl b/geditor-arity/test.icl
new file mode 100644 (file)
index 0000000..fe49b18
--- /dev/null
@@ -0,0 +1,16 @@
+module test
+
+import iTasks
+
+Start w = startEngine (treturn 42) w
+
+derive gEditor Set
+derive gDefault Set
+
+t :: Editor (Set Int)
+t = gEditor{|*->*|}
+       slider
+       gText{|*|}
+       gDefault{|*|}
+       JSONEncode{|*|}
+       JSONDecode{|*|}