Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base Data.Enum Convert from an Int.
-
base GHC.Base No documentation available.
boundedEnumFrom :: (Enum a, Bounded a) => a -> [a]base GHC.Enum No documentation available.
boundedEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]base GHC.Enum No documentation available.
fromEnum :: Enum a => a -> Intbase GHC.Enum Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
fromEnumError :: Show a => String -> a -> bbase GHC.Enum No documentation available.
-
base GHC.Enum Convert from an Int.
toEnumError :: Show a => String -> Int -> (a, a) -> bbase GHC.Enum No documentation available.
-
base GHC.Exts No documentation available.
integralEnumFrom :: (Integral a, Bounded a) => a -> [a]base GHC.Real No documentation available.