Skip to content

matheus-hrm/Logic-Proofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logic Proof Checker

A Haskell program for checking logical proofs using natural deduction rules.

Prerequisites

  • GHC (Glasgow Haskell Compiler)
  • Cabal

Installation

  1. Clone the repository
  2. Run cabal build

Usage

Run the program:

cabal run

Project structure

src/
├── Rules/
│   ├── Conditionals.hs
│   ├── Conjunctions.hs
│   ├── Disjunctions.hs
│   └── Biconditionals.hs
├── Types.hs
├── ProofEngine.hs
├── UI.hs
└── Main.hs

About

Propositional logic deduction tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published