src/Pure/Isar/generic_target.ML
changeset 63269 27d51aa2d711
parent 63267 ac1a0b81453e
child 63339 fd9bd5024751
--- a/src/Pure/Isar/generic_target.ML	Thu Jun 09 12:16:52 2016 +0200
+++ b/src/Pure/Isar/generic_target.ML	Thu Jun 09 12:21:15 2016 +0200
@@ -20,6 +20,12 @@
   val background_abbrev: binding * term -> term list -> local_theory -> (term * term) * local_theory
 
   (*nested local theories primitives*)
+  val standard_facts: local_theory -> Proof.context ->
+    (Attrib.binding * Attrib.thms) list -> (Attrib.binding * Attrib.thms) list
+  val standard_notes: (int * int -> bool) -> string -> (Attrib.binding * Attrib.thms) list ->
+    local_theory -> local_theory
+  val standard_declaration: (int * int -> bool) ->
+    (morphism -> Context.generic -> Context.generic) -> local_theory -> local_theory
   val standard_const: (int * int -> bool) -> Syntax.mode -> (binding * mixfix) * term ->
     local_theory -> local_theory