diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-09-24 11:21:52 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-09-24 11:21:52 +0200 |
commit | e879da5791f66f8c7220885682ed623e7dd0daea (patch) | |
tree | 9cca68ab2ac77e649725a7f3df846ea3a73faf49 /lib | |
parent | e5cb1a2dd547827ee750abbb21039d1cf0a30988 (diff) | |
download | Nim-e879da5791f66f8c7220885682ed623e7dd0daea.tar.gz |
some work to make 'opt' a first class type
Diffstat (limited to 'lib')
-rw-r--r-- | lib/core/macros.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 28b3dd7ab..8c70d2b47 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -97,7 +97,7 @@ type ntyError, ntyBuiltinTypeClass, ntyUserTypeClass, ntyUserTypeClassInst, ntyCompositeTypeClass, ntyInferred, ntyAnd, ntyOr, ntyNot, - ntyAnything, ntyStatic, ntyFromExpr, ntyFieldAccessor, ntyVoid + ntyAnything, ntyStatic, ntyFromExpr, ntyOpt, ntyVoid TNimTypeKinds* {.deprecated.} = set[NimTypeKind] NimSymKind* = enum |