diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtypes.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 8ade4a6..35495eb 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -83,6 +83,12 @@ The type of user-defined functions and lambdas. An alternate name for \code{FunctionType}. \end{datadesc} +\begin{datadesc}{GeneratorType} +The type of generator-iterator objects, produced by calling a +generator function. +\versionadded{2.2} +\end{datadesc} + \begin{datadesc}{CodeType} The type for code objects such as returned by \function{compile()}\bifuncindex{compile}. |