We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52085d commit 86f0c57Copy full SHA for 86f0c57
pub/functora/src/prelude/Functora/Prelude.hs
@@ -191,7 +191,11 @@ import Control.Monad.Extra as X
191
whileJustM,
192
whileM,
193
)
194
-import Control.Monad.Trans.Except as X (catchE, throwE)
+import Control.Monad.Trans.Except as X
195
+ ( catchE,
196
+ mapExceptT,
197
+ throwE,
198
+ )
199
import Control.Monad.Trans.Reader as X (mapReaderT)
200
import Data.Binary as X (Binary)
201
import qualified Data.ByteString as BS
0 commit comments