ghc-internal-9.1401.0: src/GHC/Internal/Exception/Type.hs-boot
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Internal.Exception.Type
( Exception
, SomeException
, divZeroException
, overflowException
, ratioZeroDenomException
, underflowException
) where
-- See W1 of Note [Tracking dependencies on primitives] in GHC.Internal.Base
import GHC.Internal.Types ()
class Exception e
data SomeException
divZeroException, overflowException,
ratioZeroDenomException, underflowException :: SomeException