Expose `state and `reader` functions.

This commit is contained in:
Stephen Diehl
2016-07-05 07:22:46 -04:00
parent 245dd5190e
commit 7aa8b6646e
+2
View File
@@ -198,6 +198,7 @@ import Control.Monad.State as X (
, get
, gets
, modify
, state
, withState
, runState
@@ -216,6 +217,7 @@ import Control.Monad.Reader as X (
, ask
, asks
, local
, reader
, runReader
, runReaderT
)