WangsAlgorithm icon indicating copy to clipboard operation
WangsAlgorithm copied to clipboard

A classical propositional theorem prover in Haskell, using Wang's Algorithm.

Results 2 WangsAlgorithm issues
Sort by recently updated
recently updated
newest added

``` ~$ wang --sequent "[] |- [(a -> b)|(b -> a)]" --backend Text Before: [] ⊢ [((a) ⊃ (b)) ∨ ((b) ⊃ (a))] Rule: OrRight ------------------- Before: [] ⊢ [(a)...