tuned comments;
authorwenzelm
Wed, 24 Oct 2007 19:21:38 +0200
changeset 25172 ad25033f9ca4
parent 25171 4a9c25bffc9b
child 25173 7e1f197a36c5
tuned comments;
lib/Tools/mkdir
src/HOL/hologic.ML
--- a/lib/Tools/mkdir	Wed Oct 24 18:36:09 2007 +0200
+++ b/lib/Tools/mkdir	Wed Oct 24 19:21:38 2007 +0200
@@ -251,6 +251,7 @@
 
 \tableofcontents
 
+% sane default for proof documents
 %\parindent 0pt\parskip 0.5ex
 
 % generated text of all theories
--- 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", []);