X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=expr%2Fexist%2FexistMult.icl;fp=expr%2Fexist%2FexistMult.icl;h=eba7cae1dc013f369c45eb2e1b9d8b8066733bc0;hb=938d3406c1e406db293024b9a5710579a0090893;hp=0000000000000000000000000000000000000000;hpb=53817603554125625f3c7d6b4b9ea0dc4a4bdf78;p=clean-tests.git diff --git a/expr/exist/existMult.icl b/expr/exist/existMult.icl new file mode 100644 index 0000000..eba7cae --- /dev/null +++ b/expr/exist/existMult.icl @@ -0,0 +1,8 @@ +implementation module existMult + +import Expr + +:: ExprMult = (*.) infixl 7 Expr Expr + +instance eval ExprMult +instance print ExprMult