18537
|
1 |
|
18538
|
2 |
(* $Id$ *)
|
|
3 |
|
|
4 |
theory "ML" imports base begin
|
|
5 |
|
|
6 |
chapter {* Aesthetics of ML programming *}
|
|
7 |
|
18554
|
8 |
text {* FIXME style guide, see also
|
|
9 |
\url{http://caml.inria.fr/resources/doc/guides/guidelines.en.html} and
|
|
10 |
\url{http://www.cs.cornell.edu/Courses/cs312/2003sp/handouts/style.htm}
|
|
11 |
*}
|
18538
|
12 |
|
|
13 |
|
|
14 |
chapter {* Basic library functions *}
|
|
15 |
|
20520
|
16 |
text {* FIXME beyond the NJ basis library proposal *}
|
18538
|
17 |
|
20489
|
18 |
|
|
19 |
chapter {* Cookbook *}
|
|
20 |
|
20491
|
21 |
section {* A method that depends on declarations in the context *}
|
20489
|
22 |
|
|
23 |
text FIXME
|
|
24 |
|
18538
|
25 |
end
|