-
[clean-tests.git] / geditor-arity / test.icl
diff --git a/geditor-arity/test.icl b/geditor-arity/test.icl
deleted file mode 100644 (file)
index fe49b18..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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{|*|}