Skip to content

Commit dec4775

Browse files
committed
catchE throwE
1 parent 0b650f2 commit dec4775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ import Control.Monad.Extra as X
186186
whileJustM,
187187
whileM,
188188
)
189+
import Control.Monad.Trans.Except as X (catchE, throwE)
189190
import Control.Monad.Trans.Reader as X (mapReaderT)
190191
import Data.Binary as X (Binary)
191192
import qualified Data.ByteString as BS

0 commit comments

Comments
 (0)