summary refs log tree commit diff stats
path: root/lib/core/macros.nim
diff options
context:
space:
mode:
authorfowlmouth <phowl.mouth@gmail.com>2015-03-28 03:19:48 -0500
committerfowlmouth <phowl.mouth@gmail.com>2015-03-28 03:19:48 -0500
commitf8917e8ad3074035f5c0bc8722fd239c5f3771db (patch)
tree1659ad12466bc8e803a353baa9a89a0b29f5faba /lib/core/macros.nim
parent165619552a7ad0fa4f594963ee0441dd711edfd4 (diff)
downloadNim-f8917e8ad3074035f5c0bc8722fd239c5f3771db.tar.gz
add ntys up to ntyNot
Diffstat (limited to 'lib/core/macros.nim')
-rw-r--r--lib/core/macros.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index 5583748e0..786b84171 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -88,7 +88,9 @@ type
     ntyBigNum,
     ntyConst, ntyMutable, ntyVarargs,
     ntyIter,
-    ntyError
+    ntyError,
+    ntyBuiltinTypeClass, ntyConcept, ntyConceptInst, ntyComposite,
+    ntyAnd, ntyOr, ntyNot
 
   TNimTypeKinds* {.deprecated.} = set[NimTypeKind]
   NimSymKind* = enum