package hol_light
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
md5=00ff3680c6651158795388280a28b906
sha512=0cdf9753c2cbcdbbad34f6df42490ca03324819ad78b1f5cb3d7fe24ec364c07bd7a656ce7bde3adf281f1074052e217fa77853097da4125865c64ad74335f53
Description
HOL Light is a computer program written by John Harrison to help users prove interesting mathematical theorems completely formally in higher order logic. It sets a very exacting standard of correctness, but provides a number of automated tools and pre-proved mathematical theorems (e.g. about arithmetic, basic set theory and real analysis) to save the user work. It is also fully programmable, so users can extend it with new theorems and inference rules without compromising its soundness. There are a number of versions of HOL, going back to Mike Gordon’s work in the early 80s. Compared with other HOL systems, HOL Light uses a much simpler logical core and has little legacy code, giving the system a simple and uncluttered feel. Despite its simplicity, it offers theorem proving power comparable to, and in some areas greater than, other versions of HOL, and has been used for some significant industrial-scale verification applications.
This package will install hol.sh
which will run OCaml REPL with HOL Light
loaded.
To use a compiled module of HOL Light, please install with the
hol_light_module OPAM package.
Published: 22 Jun 2025
Dependencies (21)
- ledit
-
zarith
>= "1.5"
-
camlp5
>= "8.0"
- ocaml-base-compiler
-
ocaml
>= "4.14.0"
- ledit
-
camlp5
>= "7.14"
- num
-
ocaml
>= "4.10.0" & < "4.14.0"
- ledit
-
camlp5
>= "7.11" & < "8.01"
- num
-
ocaml
>= "4.08.0" & < "4.10.0"
- ledit
-
camlp5
>= "7.06" & < "7.15"
- num
-
ocaml
>= "4.06.1" & < "4.08.0"
-
camlp5
>= "7.01" & <= "7.1"
-
ocaml
>= "4.04.0" & < "4.06.0"
-
camlp5
>= "6.15" & <= "7.1"
-
ocaml
> "4.02.0" & < "4.04.0"
Dev Dependencies
None
Used by
None
Conflicts
None