base-4.16.0.0: GHC/Exception/Type.hs-boot
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Exception.Type
( SomeException
, divZeroException
, overflowException
, ratioZeroDenomException
, underflowException
) where
import GHC.Num.Integer () -- See Note [Depend on GHC.Num.Integer] in GHC.Base
data SomeException
divZeroException, overflowException,
ratioZeroDenomException, underflowException :: SomeException