-
[clean-tests.git] / if / test.icl
diff --git a/if/test.icl b/if/test.icl
deleted file mode 100644 (file)
index b033747..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-module test
-
-import Data.Func
-
-Start = (if` True 42) 52
-
-if` c t e :== if c t e