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

Data.Record.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