doc-src/IsarImplementation/Thy/ML.thy
author krauss
Mon, 05 Jun 2006 14:22:58 +0200
changeset 19769 c40ce2de2020
parent 18554 bff7a1466fe4
child 20489 a684fc70d04e
permissions -rw-r--r--
Added [simp]-lemmas "in_inv_image" and "in_lex_prod" in the spirit of "in_measure". This simplifies some proofs.


(* $Id$ *)

theory "ML" imports base begin

chapter {* Aesthetics of ML programming *}

text {* FIXME style guide, see also
\url{http://caml.inria.fr/resources/doc/guides/guidelines.en.html} and
\url{http://www.cs.cornell.edu/Courses/cs312/2003sp/handouts/style.htm}
*}


chapter {* Basic library functions *}

text {* FIXME beyond the basis library definition *}

end