hy/docs/contrib/index.rst
Kodi Arfer 407a79591a Remove contrib.flow
It's not tested, and sure enough, a glance at the code suggests that `case` and `switch` will evaluate their first argument once for every clause, which is unlikely to be desirable. I say remove it, but if anybody wants to fix and test and re-add `case` (and change it to a square-bracket syntax like `cond`), be my guest.
2016-12-29 08:35:54 -08:00

19 lines
309 B
ReStructuredText

=========================
Contributor Modules Index
=========================
These modules are experimental additions to Hy. Once deemed mature,
they will be moved to the ``hy.extra`` namespace or loaded by
default.
Contents:
.. toctree::
:maxdepth: 3
loop
multi
profile
sequences
walk