diff options
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index a205f173e..d3ad7dd18 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -38,10 +38,6 @@ Core * `macros <macros.html>`_ Contains the AST API and documentation of Nimrod for writing macros. -* `marshal <marshal.html>`_ - Contains procs for serialization and deseralization of arbitrary Nimrod - data structures. - * `typeinfo <typeinfo.html>`_ Provides (unsafe) access to Nimrod's run time type information. @@ -121,6 +117,10 @@ Generic Operating System Services interface for Nimrod file objects (`TFile`) and strings. Other modules may provide other implementations for this standard stream interface. +* `marshal <marshal.html>`_ + Contains procs for serialization and deseralization of arbitrary Nimrod + data structures. + * `terminal <terminal.html>`_ This module contains a few procedures to control the *terminal* (also called *console*). The implementation simply uses ANSI escape |