Safe Haskell | None |
---|---|
Language | Haskell2010 |
Eve.Internal.States
Documentation
class HasStates s where Source #
Represents a state which can itself store more states.
states
is a lens which points to a given state's States
map.
Minimal complete definition