summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/core/unsigned.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/core/unsigned.nim b/lib/core/unsigned.nim
index 18bb92ee3..fa8bb91c9 100644
--- a/lib/core/unsigned.nim
+++ b/lib/core/unsigned.nim
@@ -13,3 +13,6 @@
 ## These operators are now available in the ``system`` module directly.
 
 {.deprecated.}
+
+export `shr`, `shl`, `and`, `or`, `xor`, `==`, `+`, `-`, `*`, `div`, `mod`,
+  `<=`, `<`