diff options
author | Varriount <Varriount@users.noreply.github.com> | 2014-08-06 22:54:35 -0400 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2014-08-06 22:54:35 -0400 |
commit | 0db99beecb6c28e2a5d9ee54670125d88d0b9378 (patch) | |
tree | 7201c5df445dfad3d62946c87c2be9edbba791c9 /doc | |
parent | 505b4158aa453bc370b5b4a3ec5898484f29c189 (diff) | |
parent | 5c9d6762e48f0f5e70fed848ba11e79c86427206 (diff) | |
download | Nim-0db99beecb6c28e2a5d9ee54670125d88d0b9378.tar.gz |
Merge pull request #1446 from gradha/pr_links_typetraits_module
Links typetraits module
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 5bacfcc4f..76e7354e0 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -56,7 +56,10 @@ Core * `typeinfo <typeinfo.html>`_ Provides (unsafe) access to Nimrod's run time type information. - + +* `typetraits <typetraits.html>`_ + This module defines compile-time reflection procs for working with types. + * `actors <actors.html>`_ Actor support for Nimrod; implemented as a layer on top of the threads and channels modules. |