We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probably a naive question: can hol-light be installed as an opam pacakge? If not, why?
The text was updated successfully, but these errors were encountered:
No because it runs on the OCaml toplevel REPL and is not compiled.
Sorry, something went wrong.
To know which pairs ocaml-camlp5 work, see #71.
hol light is now available on opam. It will create hol.sh that will launch an OCaml REPL with proper flags according to the OCaml version.
hol.sh
opam install hol_light # To compile the core module of HOL Light and use, add hol_light_module opam install hol_light hol_light_module
No branches or pull requests
Probably a naive question: can hol-light be installed as an opam pacakge? If not, why?
The text was updated successfully, but these errors were encountered: