fix lower bounds

This commit is contained in:
Stephen Diehl
2016-12-13 12:31:47 +00:00
parent cc0565112f
commit 1f2ed3e4cb
3 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -223,7 +223,7 @@ import Data.Void as X (
import Control.Monad.State as X (
MonadState
, State
, StateT
, StateT(StateT)
, put
, get
, gets
@@ -243,7 +243,7 @@ import Control.Monad.State as X (
import Control.Monad.Reader as X (
MonadReader
, Reader
, ReaderT
, ReaderT(ReaderT)
, ask
, asks
, local
@@ -255,7 +255,7 @@ import Control.Monad.Reader as X (
import Control.Monad.Except as X (
MonadError
, Except
, ExceptT
, ExceptT(ExceptT)
, throwError
, catchError
, runExcept