Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isAscendingFiniteNumbers :: [T] -> Boolnumeric-prelude Number.Peano No documentation available.
toPosEnum :: (C a, Enum a) => T -> anumeric-prelude Number.Peano No documentation available.
fromEnum :: Enum a => a -> Intnumeric-prelude NumericPrelude 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.
-
numeric-prelude NumericPrelude Convert from an Int.
fromEnum :: Enum a => a -> Intnumeric-prelude NumericPrelude.Base 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.
-
numeric-prelude NumericPrelude.Base Convert from an Int.
fromEnum :: Enum a => a -> Intnumhask NumHask.Prelude 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.
-
numhask NumHask.Prelude Convert from an Int.
class (Enum a, Bounded a) =>
MessageEnum aproto-lens Data.ProtoLens.Message A class for protocol buffer enums that enables safe decoding.
maybeToEnum :: MessageEnum a => Int -> Maybe aproto-lens Data.ProtoLens.Message Convert the given Int to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.