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. defaultEnumTextConfig :: EnumTextConfig

    enum-text Text.Enum.Text

    The default configEnumText for EnumText:

  2. fromFieldEnumText_ :: (EnumText e, MonadFail m) => ByteString -> m e

    enum-text Text.Enum.Text

    A cassava field parser using the renderEnumText format.

  3. hashWithSaltEnumText :: EnumText e => Int -> e -> Int

    enum-text Text.Enum.Text

    For hashing e with the renderEnumText representation.

  4. parseEnumText :: EnumText e => Text -> Possibly e

    enum-text Text.Enum.Text

    Parses an e according to the renderEnumText render.

  5. renderEnumText :: EnumText e => e -> Text

    enum-text Text.Enum.Text

    Generate the standard textual representation according to configEnumText by default.

  6. toFieldEnumText :: EnumText e => e -> ByteString

    enum-text Text.Enum.Text

    A cassava field encoder, using 'the renderEnumText' format.

  7. type EventTypeNum = Word16

    ghc-events GHC.RTS.Events

    No documentation available.

  8. type PerfEventTypeNum = Word32

    ghc-events GHC.RTS.Events

    No documentation available.

  9. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Annotated

    Line number of the event

  10. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Extended

    Line number of the event

Page 162 of many | Previous | Next