Merge pull request #698 from algernon/h/docs/no-lambdalistkeywords
docs: Drop the HyLambdaListKeyword docs
This commit is contained in:
commit
0998a5fd1f
@ -94,7 +94,6 @@ the following order:
|
|||||||
- :ref:`HyFloat <hy_numeric_models>`
|
- :ref:`HyFloat <hy_numeric_models>`
|
||||||
- :ref:`HyComplex <hy_numeric_models>` (if the atom isn't a bare ``j``)
|
- :ref:`HyComplex <hy_numeric_models>` (if the atom isn't a bare ``j``)
|
||||||
- :ref:`HyKeyword` (if the atom starts with ``:``)
|
- :ref:`HyKeyword` (if the atom starts with ``:``)
|
||||||
- :ref:`HyLambdaListKeyword` (if the atom starts with ``&``)
|
|
||||||
- :ref:`HySymbol`
|
- :ref:`HySymbol`
|
||||||
|
|
||||||
.. _hystring:
|
.. _hystring:
|
||||||
@ -162,16 +161,6 @@ To distinguish :ref:`HyKeywords <HyKeyword>` from :ref:`HySymbols
|
|||||||
private-use unicode character ``"\uFDD0"`` is prepended to the keyword
|
private-use unicode character ``"\uFDD0"`` is prepended to the keyword
|
||||||
literal before storage.
|
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:
|
.. _hycons:
|
||||||
|
|
||||||
Cons Cells
|
Cons Cells
|
||||||
|
Loading…
Reference in New Issue
Block a user