# HG changeset patch # User wenzelm # Date 1193246498 -7200 # Node ID ad25033f9ca4f278f8a183a1b8e59ffa1d8af3fa # Parent 4a9c25bffc9b4b7a413309449c7378cf85767264 tuned comments; diff -r 4a9c25bffc9b -r ad25033f9ca4 lib/Tools/mkdir --- 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 diff -r 4a9c25bffc9b -r ad25033f9ca4 src/HOL/hologic.ML --- 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", []);