From 684dc51eadee29d73bc2de3b01777fc00c9d2900 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 5 Dec 2014 16:23:03 +0100 Subject: [PATCH] docs: Drop the HyLambdaListKeyword docs HyLambdaListKeyword was removed a while ago, drop its documentation too. Signed-off-by: Gergely Nagy --- docs/language/internals.rst | 11 ----------- 1 file changed, 11 deletions(-) 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