packages feed

planet-mitchell-0.0.0: src/Error.hs

module Error
  ( -- * Error
    error
  , errorWithoutStackTrace
  , undefined
  , throw
  , assert
  ) where

import Control.Exception
import GHC.Err