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 0b650f2 commit dec4775Copy full SHA for dec4775
pub/functora/src/prelude/Functora/Prelude.hs
@@ -186,6 +186,7 @@ import Control.Monad.Extra as X
186
whileJustM,
187
whileM,
188
)
189
+import Control.Monad.Trans.Except as X (catchE, throwE)
190
import Control.Monad.Trans.Reader as X (mapReaderT)
191
import Data.Binary as X (Binary)
192
import qualified Data.ByteString as BS
0 commit comments