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. configEnumText :: EnumText e => e -> EnumTextConfig

    enum-text Text.Enum.Text

    Configures the textual representation of e generated by renderEnumText.

  2. defaultEnumTextConfig :: EnumTextConfig

    enum-text Text.Enum.Text

    The default configEnumText for EnumText:

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

    enum-text Text.Enum.Text

    A cassava field parser using the renderEnumText format.

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

    enum-text Text.Enum.Text

    For hashing e with the renderEnumText representation.

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

    enum-text Text.Enum.Text

    Parses an e according to the renderEnumText render.

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

    enum-text Text.Enum.Text

    Generate the standard textual representation according to configEnumText by default.

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

    enum-text Text.Enum.Text

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

  8. type EventTypeNum = Word16

    ghc-events GHC.RTS.Events

    No documentation available.

  9. type PerfEventTypeNum = Word32

    ghc-events GHC.RTS.Events

    No documentation available.

  10. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Annotated

    Line number of the event

Page 162 of many | Previous | Next