diff --git a/src/Protolude.hs b/src/Protolude.hs index 505673322..592e9e4b9 100644 --- a/src/Protolude.hs +++ b/src/Protolude.hs @@ -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 )