interactive-natural-deduction
interactive-natural-deduction copied to clipboard
An editor for interactively building natural deduction proofs
Interactive Natural Deduction
Live version: http://bentnib.org/docs/natural-deduction.html.
How to make it go (on Linux, or other Unix-a-like):
-
Install OCaml with OPAM. I use version 4.02.3 of OCaml and 1.2.2 of OPAM.
-
Install some OPAM packages:
opam install ocamlfind menhir js_of_ocaml ppx_monoid rresult
-
Clone this repository and
cd
into the directory. -
Type
build-support/build
-
Type
make
. This ought to generate anatural-deduction.js
file. -
Load the file
natural-deduction.html
into a browser. Tested with Firefox and Chromium.