author | wenzelm |
Mon, 02 Jan 2006 20:42:12 +0100 | |
changeset 18538 | 88fe84d4d151 |
parent 18537 | 2681f9e34390 |
child 18539 | 35b9ed76b59a |
--- a/doc-src/IsarImplementation/Thy/ML.thy Mon Jan 02 20:16:52 2006 +0100 +++ b/doc-src/IsarImplementation/Thy/ML.thy Mon Jan 02 20:42:12 2006 +0100 @@ -1,2 +1,15 @@ -theory "ML" imports Pure begin end +(* $Id$ *) + +theory "ML" imports base begin + +chapter {* Aesthetics of ML programming *} + +text {* FIXME style guide *} + + +chapter {* Basic library functions *} + +text {* FIXME beyond the basis library definition *} + +end