summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-14 14:03:13 +0200
committerAraq <rumpf_a@web.de>2012-07-14 14:03:13 +0200
commitb4084df434dc22d61960bcd6374d34af27bba888 (patch)
treede6689dc1e0465117345f5d0d3bc6b03817cb8a2 /doc
parent100596119202e7a0d543be17e5c08372fe4238cd (diff)
downloadNim-b4084df434dc22d61960bcd6374d34af27bba888.tar.gz
improved unsigned support
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 8436f486c..f5bef435c 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -31,6 +31,11 @@ Core
   implicitly by the compiler. Do not import it directly. It relies on compiler
   magic to work.
 
+* `unsigned <unsigned.html>`_
+  This module implements basic arithmetic operators for unsigned integers.
+  To discourage users from using unsigned integers, it's not part 
+  of ``system``, but an extra import.
+
 * `threads <threads.html>`_
   Nimrod thread support. **Note**: This is part of the system module. Do not
   import it explicitely.