Control.Monad.Trans.RSS.Strict

The RWS monad

type RSS r w s

rss

runRSS

evalRSS

execRSS

withRSS

The RSST monad transformer

data RSST r w s m a

runRSST

evalRSST

execRSST

withRSST