Quot/quotient_typ.ML
changeset 853 3fd1365f5729
parent 838 a32f4f866051
child 866 f537d570fff8
--- a/Quot/quotient_typ.ML	Tue Jan 12 16:44:33 2010 +0100
+++ b/Quot/quotient_typ.ML	Tue Jan 12 17:46:35 2010 +0100
@@ -218,7 +218,7 @@
   val warns = map_check_aux rty []
 in
   if null warns then () 
-  else warning ("No map function defined for " ^ (commas warns) ^ 
+  else warning ("No map function defined for " ^ commas warns ^
                 ". This will cause problems later on.")
 end
 
@@ -227,16 +227,16 @@
 (*** interface and syntax setup ***)
 
 
-(* the ML-interface takes a list of 5-tuples consisting of 
-                                                         
-    - the name of the quotient type                       
-    - its free type variables (first argument)            
-    - its mixfix annotation                               
-    - the type to be quotient                             
-    - the relation according to which the type is quotient  
-                                                        
-   it opens a proof-state in which one has to show that the
-   relations are equivalence relations                      
+(* the ML-interface takes a list of 5-tuples consisting of:
+
+ - the name of the quotient type
+ - its free type variables (first argument)
+ - its mixfix annotation
+ - the type to be quotient
+ - the relation according to which the type is quotient
+
+ it opens a proof-state in which one has to show that the
+ relations are equivalence relations
 *)
 
 fun quotient_type quot_list lthy =