Expose `state and `reader` functions.
This commit is contained in:
@@ -198,6 +198,7 @@ import Control.Monad.State as X (
|
|||||||
, get
|
, get
|
||||||
, gets
|
, gets
|
||||||
, modify
|
, modify
|
||||||
|
, state
|
||||||
, withState
|
, withState
|
||||||
|
|
||||||
, runState
|
, runState
|
||||||
@@ -216,6 +217,7 @@ import Control.Monad.Reader as X (
|
|||||||
, ask
|
, ask
|
||||||
, asks
|
, asks
|
||||||
, local
|
, local
|
||||||
|
, reader
|
||||||
, runReader
|
, runReader
|
||||||
, runReaderT
|
, runReaderT
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user