doc-src/IsarImplementation/Thy/ML.thy
author haftmann
Mon, 02 Oct 2006 23:00:45 +0200
changeset 20831 4981b56f8cde
parent 20520 05fd007bdeb9
child 21148 3a64d58a9f49
permissions -rw-r--r--
restructured contents


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