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