aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2000-08-16 15:31:39 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2000-08-16 15:31:39 +0000
commit36d34a997778a7b17311fb81ed0d18cd9a9324b9 (patch)
treebb864d184fb15cbe1fe0263fac6e637e557cc184 /isar
parent0d53df4bbd20ec6c2fa5e71ab21d6b4013127c73 (diff)
added isar-keywords-proof-improper;
tuned;
Diffstat (limited to 'isar')
-rw-r--r--isar/isar-keywords.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/isar/isar-keywords.el b/isar/isar-keywords.el
index 14839e30..8e027618 100644
--- a/isar/isar-keywords.el
+++ b/isar/isar-keywords.el
@@ -40,6 +40,7 @@
"consts"
"context"
"datatype"
+ "declare"
"def"
"defaultsort"
"defer"
@@ -169,9 +170,10 @@
"infixl"
"infixr"
"inject"
- "intrs"
+ "intros"
"is"
"monos"
+ "of"
"output"
"overloaded"
"where"))
@@ -269,7 +271,6 @@
"global"
"hide"
"inductive"
- "inductive_cases"
"judgment"
"lemmas"
"local"
@@ -295,6 +296,10 @@
"typedecl"
"types"))
+(defconst isar-keywords-theory-script
+ '("declare"
+ "inductive_cases"))
+
(defconst isar-keywords-theory-goal
'("instance"
"lemma"