Source code for haskpy.types.state

"""**TODO**

.. autosummary::
   :toctree:

   State
   StateT

"""


[docs]class State(): """**TODO**"""
[docs]def StateT(): """**TODO**"""