Merge pull request #4912 from nigredo-tori/fix-table-in-macros

Fix a table in macros documentation
This commit is contained in:
Andreas Rumpf
2016-10-20 15:40:18 +02:00
committed by GitHub

View File

@@ -1184,6 +1184,7 @@ Nim type Corresponding AST
``proc`` ``nnkProcTy``
``iterator`` ``nnkIteratorTy``
``object`` ``nnkObjectTy``
------------- ---------------------------------------------
Take special care when declaring types as ``proc``. The behavior is similar
to ``Procedure declaration``, below, but does not treat ``nnkGenericParams``.