Skip to content

newca12/ocaml-atp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Objective Caml code supporting John Harrison's logic textbook Handbook of Practical Logic and Automated Reasoning.
The original code work with OCaml 3.x.
This repo contains sligth modifications and instructions to fit OCaml 4.10.0.

num

The Num library (for arbitrary-precision integer and rational arithmetic) is no longer part of the core OCaml distribution since OCaml version 4.06.0

You need to : opam install num

camlp5

This code is not yet compatible with camlp5 8.x

You need to : opam install camlp5.7.14

Notes

make drive you to interactive interpreted mode

make compiled generate an executable binary named example

About

Code from John Harrison's Handbook of Practical Logic and Automated Reasoning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published