src/HOL/hologic.ML
changeset 25172 ad25033f9ca4
parent 24958 ff15f76741bd
child 25887 5dcc3c257922
--- a/src/HOL/hologic.ML	Wed Oct 24 18:36:09 2007 +0200
+++ b/src/HOL/hologic.ML	Wed Oct 24 19:21:38 2007 +0200
@@ -329,12 +329,11 @@
   in ap [T] end;
 
 
-(***********************************************************)
-(*       operations on tuples with specific arities        *)
-(*                                                         *)
-(* an "arity" of a tuple is a list of lists of integers    *)
-(* ("factors"), denoting paths to subterms that are pairs  *)
-(***********************************************************)
+(* operations on tuples with specific arities *)
+(*
+  an "arity" of a tuple is a list of lists of integers
+  ("factors"), denoting paths to subterms that are pairs
+*)
 
 fun prod_err s = raise TERM (s ^ ": inconsistent use of products", []);