summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2021-05-16 19:23:23 -0400
committercyfraeviolae <cyfraeviolae>2021-05-16 19:23:23 -0400
commit915d31f275304e1c6327f7062c7064fc0f328044 (patch)
treedd588c1d44a412482242cb9bdfe0c9acdaa55b8a /src
parent1da9b25ff814d681afc3b741739bffbca7cc45e8 (diff)
update a
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