I am a newbie of both HOL4 and Emacs. Apologize for the probably silly question.
I wish to set up Emacs for HOL4 following the instruction from https://hol-theorem-prover.org/HOL-interaction.pdf. I tried to start HOL process on Emacs with Alt-h h
and pressed Enter
, but Emacs returns Symbol’s function definition is void: if-let*
. My .emacs.d/init.el
is defined as follows. What should I do to fix the error? Thanks.
;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
(transient-mark-mode 1)
(load "/home/user/HOL/tools/hol-mode")
(load "/home/user/HOL/tools/hol-unicode")