bork
[clean-tests.git] / array_itasks / Mul.dcl
diff --git a/array_itasks/Mul.dcl b/array_itasks/Mul.dcl
new file mode 100644 (file)
index 0000000..570cb40
--- /dev/null
@@ -0,0 +1,8 @@
+definition module Mul
+
+from main import :: Expr
+
+:: Expr | (*.) infixl 6 Expr Expr
+
+evalMul :: Expr -> Int
+pprintMul :: Expr -> String