Skip to content

Commit 86f0c57

Browse files
committed
mapExceptT
1 parent f52085d commit 86f0c57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pub/functora/src/prelude/Functora/Prelude.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,11 @@ import Control.Monad.Extra as X
191191
whileJustM,
192192
whileM,
193193
)
194-
import Control.Monad.Trans.Except as X (catchE, throwE)
194+
import Control.Monad.Trans.Except as X
195+
( catchE,
196+
mapExceptT,
197+
throwE,
198+
)
195199
import Control.Monad.Trans.Reader as X (mapReaderT)
196200
import Data.Binary as X (Binary)
197201
import qualified Data.ByteString as BS

0 commit comments

Comments
 (0)