Skip to content

Commit

Permalink
Control.Monad.RWS.CPS now exports rwsT
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Feb 22, 2024
1 parent 6be8cb5 commit fb0f20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Control/Monad/RWS/CPS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module Control.Monad.RWS.CPS (
withRWS,
-- * The RWST monad transformer
RWST,
rwsT,
runRWST,
evalRWST,
execRWST,
Expand All @@ -47,4 +48,4 @@ import Control.Monad.RWS.Class
import Control.Monad.Trans
import Control.Monad.Trans.RWS.CPS (
RWS, rws, runRWS, evalRWS, execRWS, mapRWS, withRWS,
RWST, runRWST, evalRWST, execRWST, mapRWST, withRWST)
RWST, rwsT, runRWST, evalRWST, execRWST, mapRWST, withRWST)

0 comments on commit fb0f20b

Please sign in to comment.