summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Parser.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Parser.hs b/src/Parser.hs
index c61cd79..2d0798f 100644
--- a/src/Parser.hs
+++ b/src/Parser.hs
@@ -163,8 +163,6 @@ split (Or x y) =
MFormula [] y' = split y
in MFormula [] (MOr x' y')
-(&) = And
-
renameAddend :: (Symbol -> Symbol) -> Addend -> Addend
renameAddend f (Var x) = Var (f x)
renameAddend f x = x