doc-src/IsarImplementation/Thy/ML.thy
author wenzelm
Thu, 07 Sep 2006 15:16:41 +0200
changeset 20489 a684fc70d04e
parent 18554 bff7a1466fe4
child 20491 98ba42f19995
permissions -rw-r--r--
tentative appendix C;


(* $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 *}


chapter {* Cookbook *}

section {* Defining a method that depends on declarations in the context *}

text FIXME

end