tuned signature;
authorwenzelm
Thu, 14 Aug 2014 11:55:09 +0200
changeset 57936 74ea9ba645c3
parent 57935 c578f3a37a67
child 57937 3bc4725b313e
tuned signature;
src/Pure/Isar/attrib.ML
--- a/src/Pure/Isar/attrib.ML	Thu Aug 14 11:51:17 2014 +0200
+++ b/src/Pure/Isar/attrib.ML	Thu Aug 14 11:55:09 2014 +0200
@@ -38,6 +38,7 @@
   val generic_notes: string -> (binding * (thm list * src list) list) list ->
     Context.generic -> (string * thm list) list * Context.generic
   val eval_thms: Proof.context -> (Facts.ref * src list) list -> thm list
+  val attribute_syntax: attribute context_parser -> Args.src -> attribute
   val setup: Binding.binding -> attribute context_parser -> string -> theory -> theory
   val local_setup: Binding.binding -> attribute context_parser -> string ->
     local_theory -> local_theory