author | wenzelm |
Mon, 11 Sep 2006 21:35:19 +0200 | |
changeset 20503 | 503ac4c5ef91 |
parent 20491 | 98ba42f19995 |
child 20520 | 05fd007bdeb9 |
permissions | -rw-r--r-- |
(* $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 {* A method that depends on declarations in the context *} text FIXME end