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.

  1. isAscendingFiniteNumbers :: [T] -> Bool

    numeric-prelude Number.Peano

    No documentation available.

  2. toPosEnum :: (C a, Enum a) => T -> a

    numeric-prelude Number.Peano

    No documentation available.

  3. fromEnum :: Enum a => a -> Int

    numeric-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.

  4. toEnum :: Enum a => Int -> a

    numeric-prelude NumericPrelude

    Convert from an Int.

  5. fromEnum :: Enum a => a -> Int

    numeric-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.

  6. toEnum :: Enum a => Int -> a

    numeric-prelude NumericPrelude.Base

    Convert from an Int.

  7. fromEnum :: Enum a => a -> Int

    numhask 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.

  8. toEnum :: Enum a => Int -> a

    numhask NumHask.Prelude

    Convert from an Int.

  9. class (Enum a, Bounded a) => MessageEnum a

    proto-lens Data.ProtoLens.Message

    A class for protocol buffer enums that enables safe decoding.

  10. maybeToEnum :: MessageEnum a => Int -> Maybe a

    proto-lens Data.ProtoLens.Message

    Convert the given Int to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.

Page 139 of many | Previous | Next