mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
ast.nim: slightly better documentation
This commit is contained in:
@@ -882,7 +882,7 @@ type
|
||||
# for range types a nkRange node
|
||||
# for record types a nkRecord node
|
||||
# for enum types a list of symbols
|
||||
# for tyInt it can be the int literal
|
||||
# if kind == tyInt: it is an 'int literal(x)' type
|
||||
# for procs and tyGenericBody, it's the
|
||||
# formal param list
|
||||
# for concepts, the concept body
|
||||
|
||||
Reference in New Issue
Block a user