summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorJoseph Poirier <jdpoirier@gmail.com>2015-01-02 21:47:09 -0600
committerJoseph Poirier <jdpoirier@gmail.com>2015-01-02 21:47:09 -0600
commitefe183861cc8416872e6c1a44f642e6b03049616 (patch)
tree84fb6bbc5a4f81c1055db9d98492c133886fc846 /compiler/ast.nim
parentd15d9f41110a245b2b5a13bd8a882eeb79311acd (diff)
parent8f82205d12c7546b7369505b54d0157b4909fe6d (diff)
downloadNim-efe183861cc8416872e6c1a44f642e6b03049616.tar.gz
Merge remote-tracking branch 'upstream/devel' into devel
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index d85dbf42c..883b68d71 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -399,6 +399,7 @@ const
   tyPureObject* = tyTuple
   GcTypeKinds* = {tyRef, tySequence, tyString}
   tyError* = tyProxy # as an errornous node should match everything
+  tyUnknown* = tyFromExpr
 
   tyUnknownTypes* = {tyError, tyFromExpr}