src/Pure/Isar/auto_bind.ML
changeset 60414 f25f2f2ba48c
parent 60408 1fd46ced2fa8
child 60448 78f3c67bc35e
--- a/src/Pure/Isar/auto_bind.ML	Wed Jun 10 11:52:54 2015 +0200
+++ b/src/Pure/Isar/auto_bind.ML	Wed Jun 10 14:46:31 2015 +0200
@@ -8,6 +8,7 @@
 sig
   val thesisN: string
   val thisN: string
+  val premsN: string
   val assmsN: string
   val abs_params: term -> term -> term
   val goal: Proof.context -> term list -> (indexname * term option) list
@@ -23,6 +24,7 @@
 val thesisN = "thesis";
 val thisN = "this";
 val assmsN = "assms";
+val premsN = "prems";
 
 fun strip_judgment ctxt = Object_Logic.drop_judgment ctxt o Logic.strip_assums_concl;