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.

  1. GVenum :: Int -> GenericValue

    glib System.Glib.StoreValue

    No documentation available.

  2. TMenum :: TMType

    glib System.Glib.StoreValue

    No documentation available.

  3. module LargeNumberTest

    No documentation available.

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

    proto-lens Data.ProtoLens.Message

    A class for protocol buffer enums that enables safe decoding.

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

  6. readEnum :: MessageEnum a => String -> Maybe a

    proto-lens Data.ProtoLens.Message

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

  7. showEnum :: MessageEnum a => a -> String

    proto-lens Data.ProtoLens.Message

    Get the name of this enum as defined in the .proto file. Used for the human-readable output in Data.ProtoLens.TextFormat.

  8. messageEnumFrom :: (Enum a, Bounded a) => a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  9. messageEnumFromThen :: (Enum a, Bounded a) => a -> a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

  10. messageEnumFromThenTo :: Enum a => a -> a -> a -> [a]

    proto-lens Data.ProtoLens.Message.Enum

    No documentation available.

Page 145 of many | Previous | Next