aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light/hol-light.el
diff options
context:
space:
mode:
Diffstat (limited to 'hol-light/hol-light.el')
-rw-r--r--hol-light/hol-light.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/hol-light/hol-light.el b/hol-light/hol-light.el
index 18192ed1..a0afba1a 100644
--- a/hol-light/hol-light.el
+++ b/hol-light/hol-light.el
@@ -95,11 +95,11 @@ You need to restart Emacs if you change this setting."
"Value for `proof-shell-interrupt-regexp' with custom top level.")
(defconst hol-light-plain-prompt-regexp
- "^# "
+ "\\(val it : unit = ()\n\\)?^# "
"Value for `proof-shell-annotated-prompt-regexp' with standard top level.")
(defconst hol-light-annotated-prompt-regexp
- "<prompt>.*</prompt>"
+ "\\(val it : unit = ()\n\\)?<prompt>.*</prompt>"
"Value for `proof-shell-annotated-prompt-regexp' with custom top level.")
(defconst hol-light-plain-error-regexp