fclabels-monadlib-0.2.1: MonadLib monadic interface for the "fclabels" package.

Safe HaskellSafe-Infered

Data.Label.MonadLib

Documentation

modM :: StateM m f => (f :-> a) -> (a -> a) -> m ()Source

setM :: StateM m f => (f :-> a) -> a -> m ()Source

getM :: StateM m f => (f :-> a) -> m aSource