added premsN;
authorwenzelm
Thu, 16 Feb 2006 18:25:58 +0100
changeset 19075 12833c7e0fa6
parent 19074 77580f732e37
child 19076 e1948ebe9c7d
added premsN;
src/Pure/Isar/auto_bind.ML
--- a/src/Pure/Isar/auto_bind.ML	Thu Feb 16 18:25:58 2006 +0100
+++ b/src/Pure/Isar/auto_bind.ML	Thu Feb 16 18:25:58 2006 +0100
@@ -10,6 +10,7 @@
   val rule_contextN: string
   val thesisN: string
   val thisN: string
+  val premsN: string
   val goal: theory -> term list -> (indexname * term option) list
   val cases: theory -> term list -> (string * RuleCases.T option) list
   val facts: theory -> term list -> (indexname * term option) list
@@ -24,6 +25,7 @@
 val rule_contextN = "rule_context";
 val thesisN = "thesis";
 val thisN = "this";
+val premsN = "prems";
 
 fun strip_judgment thy = ObjectLogic.drop_judgment thy o Logic.strip_assums_concl;