done except that tuple map2 crashes
[ap2015.git] / a3 / mart / skeleton3a_wt.icl
index 2e893ec..91025af 100644 (file)
@@ -1,4 +1,4 @@
-module skeleton3a\r
+module skeleton3a_wt\r
 \r
 /*\r
  Advanced Programming.\r
@@ -215,3 +215,5 @@ instance eq2 EITHER where
 \r
 instance eq0 [a] | eq0 a where eq0 l m = eq1 eq0 l m\r
 instance eq1 [] where eq1 f l m = eq2 (eq1 eq0) (eq1 (eq2 f (eq1 f))) (fromList l) (fromList m)\r
+\r
+Start = "Hi"\r