A Haskell program for checking logical proofs using natural deduction rules.
- GHC (Glasgow Haskell Compiler)
- Cabal
- Clone the repository
- Run
cabal build
Run the program:
cabal run
src/
├── Rules/
│ ├── Conditionals.hs
│ ├── Conjunctions.hs
│ ├── Disjunctions.hs
│ └── Biconditionals.hs
├── Types.hs
├── ProofEngine.hs
├── UI.hs
└── Main.hs