| |||||||||
| |||||||||
Description | |||||||||
Arrows for managing an explicit state State arrows work similar to state monads. A state value is threaded through the application of arrows. | |||||||||
Synopsis | |||||||||
| |||||||||
Documentation | |||||||||
class Arrow a => ArrowState s a | a -> s where | |||||||||
| |||||||||
Produced by Haddock version 2.5.0 |