canonical interface for attributes
authorhaftmann
Sat, 10 Feb 2007 09:26:15 +0100
changeset 22296 c9e7c6e73de3
parent 22295 5f8a2898668c
child 22297 757ace95c4a0
canonical interface for attributes
src/HOL/Tools/datatype_codegen.ML
--- a/src/HOL/Tools/datatype_codegen.ML	Sat Feb 10 09:26:14 2007 +0100
+++ b/src/HOL/Tools/datatype_codegen.ML	Sat Feb 10 09:26:15 2007 +0100
@@ -28,7 +28,7 @@
     -> (string * (((string * sort list) * sort) * term list)) list option
   val prove_codetypes_arities: tactic -> (string * bool) list -> sort
     -> (((string * sort list) * sort) list -> (string * term list) list -> theory
-    -> ((bstring * attribute list) * term) list * theory)
+    -> ((bstring * Attrib.src list) * term) list * theory)
     -> (((string * sort list) * sort) list -> (string * term list) list -> theory -> theory)
     -> theory -> theory