author | haftmann |
Tue, 19 Sep 2006 15:22:24 +0200 | |
changeset 20599 | 65bd267ae23f |
parent 20520 | 05fd007bdeb9 |
child 21148 | 3a64d58a9f49 |
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 NJ basis library proposal *} chapter {* Cookbook *} section {* A method that depends on declarations in the context *} text FIXME end