aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2001-10-04 11:31:21 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2001-10-04 11:31:21 +0000
commite800f30f56a2e176f773e82bccb8ac43c08c5080 (patch)
tree73663a6330cba489e798389e8af1cc9befec579c /isar
parent86ec79269e280c40c5ec9c4aa477d7ff8bd29bf6 (diff)
added isar-help-induct-rules;
Diffstat (limited to 'isar')
-rw-r--r--isar/isar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/isar/isar.el b/isar/isar.el
index cea556c6..cd9a7dc3 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -310,6 +310,7 @@ proof-shell-retract-files-regexp."
(proof-definvisible isar-help-commands "print_commands" [h o])
(proof-definvisible isar-help-facts "print_facts" [h f])
(proof-definvisible isar-help-syntax "print_syntax" [h i])
+(proof-definvisible isar-help-induct-rules "print_induct_rules" [h I])
(proof-definvisible isar-help-methods "print_methods" [h m])
(proof-definvisible isar-help-simpset "print_simpset" [h S])
(proof-definvisible isar-help-binds "print_binds" [h b])
@@ -329,6 +330,7 @@ proof-shell-retract-files-regexp."
["commands" isar-help-commands t]
["facts" isar-help-facts t]
["inner syntax" isar-help-syntax t]
+ ["induct/cases rules" isar-help-induct-rules t]
["methods" isar-help-methods t]
["simplifier rules" isar-help-simpset t]
["term bindings" isar-help-binds t]