summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exception/Type.hs-boot
blob: 1b4f0c0d817323fc0c3fcf49ac2723442a590e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}

module GHC.Exception.Type
  ( SomeException
  , divZeroException
  , overflowException
  , ratioZeroDenomException
  , underflowException
  ) where

import GHC.Types ()

data SomeException
divZeroException, overflowException,
  ratioZeroDenomException, underflowException :: SomeException