diff options
author | Arne Döring <arne.doering@gmx.net> | 2019-05-11 10:11:08 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-05-11 10:11:08 +0200 |
commit | b92fd30282f5063117ae4616aba366f5f445ed8e (patch) | |
tree | 6b4ac1523c4247a22c9900bf8c5a7166d91f9335 /lib/system | |
parent | f03391d4775bffb3f51c9be47baf04f8b49e2900 (diff) | |
download | Nim-b92fd30282f5063117ae4616aba366f5f445ed8e.tar.gz |
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/hti.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/system/hti.nim b/lib/system/hti.nim index e23c6418c..3c5abd073 100644 --- a/lib/system/hti.nim +++ b/lib/system/hti.nim @@ -17,8 +17,8 @@ type tyEmpty, tyArrayConstr, tyNil, - tyExpr, - tyStmt, + tyUntyped, + tyTyped, tyTypeDesc, tyGenericInvocation, # ``T[a, b]`` for types to invoke tyGenericBody, # ``T[a, b, body]`` last parameter is the body |