Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created May 20, 2011 13:20
Show Gist options
  • Save tcrayford/982871 to your computer and use it in GitHub Desktop.
Save tcrayford/982871 to your computer and use it in GitHub Desktop.
step1specs = describe "removing implication" [
it "removes a simple implication"
(Disj (Not (Atom "A")) (Atom "B") `eql` (eliminateImplications $ Imp (Atom "A") (Atom "B")))
]
show (Imp (Atom "A") (Atom "B"))
"A -> B"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment