mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
This commit is contained in:
committed by
Andreas Rumpf
parent
f03391d477
commit
b92fd30282
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user