| |||||||||
| |||||||||
Description | |||||||||
Version : $Id: ArrowState.hs,v 1.5 20050902 17:09:39 hxml Exp $ 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 0.8 |