Added store_thmss_atts to signature again.
authorberghofe
Mon, 05 Dec 2005 00:38:07 +0100
changeset 1834958de95a16d3c
parent 18348 b5d7649f8aca
child 18350 66cda85ea3ab
Added store_thmss_atts to signature again.
src/HOL/Tools/datatype_aux.ML
     1.1 --- a/src/HOL/Tools/datatype_aux.ML	Sun Dec 04 12:40:39 2005 +0100
     1.2 +++ b/src/HOL/Tools/datatype_aux.ML	Mon Dec 05 00:38:07 2005 +0100
     1.3 @@ -15,6 +15,8 @@
     1.4    val add_path : bool -> string -> theory -> theory
     1.5    val parent_path : bool -> theory -> theory
     1.6  
     1.7 +  val store_thmss_atts : string -> string list -> theory attribute list list -> thm list list
     1.8 +    -> theory -> thm list list * theory
     1.9    val store_thmss : string -> string list -> thm list list -> theory -> thm list list * theory
    1.10    val store_thms_atts : string -> string list -> theory attribute list list -> thm list
    1.11      -> theory -> thm list * theory