ghc-internal-9.1001.0: src/GHC/Internal/Enum.hs-boot
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Internal.Enum (Enum) where
-- For why this file exists
-- See Note [Semigroup stimes cycle] in GHC.Internal.Base
import GHC.Types ()
class Enum a
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Internal.Enum (Enum) where
-- For why this file exists
-- See Note [Semigroup stimes cycle] in GHC.Internal.Base
import GHC.Types ()
class Enum a