diff options
author | def <dennis@felsin9.de> | 2015-11-23 16:14:35 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2015-11-23 16:14:35 +0100 |
commit | ad503ce8f90f40cfc8a390b046b287295d1d5416 (patch) | |
tree | fcf649e58222cbdaaa27852f49a699dbd5e7eefa /doc | |
parent | b1e103fd41031c539f805ef49d9c6743c2c86c88 (diff) | |
download | Nim-ad503ce8f90f40cfc8a390b046b287295d1d5416.tar.gz |
Add options module to standard library documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 3dc58eebf..4fa49095c 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -374,6 +374,9 @@ Miscellaneous * `logging <logging.html>`_ This module implements a simple logger. +* `options <options.html>`_ + Types which encapsulate an optional value. + * `future <future.html>`_ This module implements new experimental features. Currently the syntax sugar for anonymous procedures. |