diff --git a/docs/language/internals.rst b/docs/language/internals.rst index 43239c4..05df3c9 100644 --- a/docs/language/internals.rst +++ b/docs/language/internals.rst @@ -94,7 +94,6 @@ the following order: - :ref:`HyFloat ` - :ref:`HyComplex ` (if the atom isn't a bare ``j``) - :ref:`HyKeyword` (if the atom starts with ``:``) - - :ref:`HyLambdaListKeyword` (if the atom starts with ``&``) - :ref:`HySymbol` .. _hystring: @@ -162,16 +161,6 @@ To distinguish :ref:`HyKeywords ` from :ref:`HySymbols private-use unicode character ``"\uFDD0"`` is prepended to the keyword literal before storage. -.. _hylambdalistkeyword: - -HyLambdaListKeyword -~~~~~~~~~~~~~~~~~~~ - -``hy.models.lambdalist.HyLambdaListKeyword`` represents lambda-list -keywords, that is keywords used by the language definition inside -function signatures. Lambda-list keywords are symbols starting with a -``&``. The class inherits :ref:`HyString` - .. _hycons: Cons Cells