bork
[clean-tests.git] / expr / exist / existMult.dcl
diff --git a/expr/exist/existMult.dcl b/expr/exist/existMult.dcl
new file mode 100644 (file)
index 0000000..42130fd
--- /dev/null
@@ -0,0 +1,8 @@
+definition module Mult
+
+from exist import :: Expr
+
+:: ExprMult = (*.) infixl 7 Expr Expr
+
+instance eval ExprMult
+instance print ExprMult