src/Pure/Isar/generic_target.ML
changeset 45310 adaf2184b79d
parent 45298 aa35859c8741
child 45352 0b4038361a3a
--- a/src/Pure/Isar/generic_target.ML	Sun Oct 30 09:42:13 2011 +0100
+++ b/src/Pure/Isar/generic_target.ML	Sun Oct 30 22:20:45 2011 +0100
@@ -20,7 +20,7 @@
     string * bool -> (binding * mixfix) * term -> local_theory ->
     (term * term) * local_theory
 
-  val theory_declaration: bool -> declaration -> local_theory -> local_theory
+  val theory_declaration: declaration -> local_theory -> local_theory
   val theory_foundation: ((binding * typ) * mixfix) * (binding * term) ->
     term list * term list -> local_theory -> (term * thm) * local_theory
   val theory_notes: string -> (Attrib.binding * (thm list * Args.src list) list) list ->
@@ -185,7 +185,7 @@
 
 (** primitive theory operations **)
 
-fun theory_declaration syntax decl lthy =
+fun theory_declaration decl lthy =
   let
     val global_decl = Morphism.form
       (Morphism.transform (Local_Theory.global_morphism lthy) decl);