Tuned comment.
authorberghofe
Fri, 22 Jul 2005 11:55:11 +0200
changeset 16901 d649ff14096a
parent 16900 e294033d1c0f
child 16902 1cc75f32a2fd
Tuned comment.
src/HOL/Tools/datatype_aux.ML
--- a/src/HOL/Tools/datatype_aux.ML	Fri Jul 22 11:54:29 2005 +0200
+++ b/src/HOL/Tools/datatype_aux.ML	Fri Jul 22 11:55:11 2005 +0200
@@ -175,7 +175,7 @@
 
 (* information about datatypes *)
 
-(* index, datatype name, type arguments (DtTFree's), constructor name, types of constructor's arguments *)
+(* index, datatype name, type arguments, constructor name, types of constructor's arguments *)
 type descr = (int * (string * dtyp list * (string * dtyp list) list)) list;
 
 type datatype_info =