Skip to content

Commit

Permalink
Merge pull request #106 from aqjune-aws/bugfix
Browse files Browse the repository at this point in the history
Fix include Bignum failure when hol.sh is loaded outside hol-light
  • Loading branch information
jrh13 authored Aug 8, 2024
2 parents 7f7808d + ebaefd1 commit 016d226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hol_4.14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [ -d "${HOLLIGHT_DIR}/_opam" ]; then
eval $(opam env --switch "${HOLLIGHT_DIR}/" --set-switch)
fi

${LINE_EDITOR} ${HOLLIGHT_DIR}/ocaml-hol -init ${HOLLIGHT_DIR}/hol.ml
${LINE_EDITOR} ${HOLLIGHT_DIR}/ocaml-hol -init ${HOLLIGHT_DIR}/hol.ml -I ${HOLLIGHT_DIR}
2 changes: 1 addition & 1 deletion hol_4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [ -d "${HOLLIGHT_DIR}/_opam" ]; then
eval $(opam env --switch "${HOLLIGHT_DIR}/" --set-switch)
fi

${LINE_EDITOR} ${HOLLIGHT_DIR}/ocaml-hol -I `camlp5 -where` camlp5o.cma -init ${HOLLIGHT_DIR}/hol.ml -safe-string
${LINE_EDITOR} ${HOLLIGHT_DIR}/ocaml-hol -I `camlp5 -where` camlp5o.cma -init ${HOLLIGHT_DIR}/hol.ml -safe-string -I ${HOLLIGHT_DIR}

0 comments on commit 016d226

Please sign in to comment.