papa-0.5.0: src/Papa/Base/Control/Monad/Error.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Control.Monad.Error (
module P,
) where
import Control.Monad.Except as P (
MonadError (catchError, throwError),
)
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Control.Monad.Error (
module P,
) where
import Control.Monad.Except as P (
MonadError (catchError, throwError),
)