Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    enum-text Text.Enum.Text

    Generate the standard textual representation according to configEnumText by default.

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

    enum-text Text.Enum.Text

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

  3. type EventTypeNum = Word16

    ghc-events GHC.RTS.Events

    No documentation available.

  4. type PerfEventTypeNum = Word32

    ghc-events GHC.RTS.Events

    No documentation available.

  5. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Annotated

    Line number of the event

  6. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Extended

    Line number of the event

  7. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Internal.IO

    Line number of the event

  8. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.SAX

    Line number of the event

  9. xmlLineNumber :: XMLParseLocation -> Int64

    hexpat Text.XML.Expat.Tree

    Line number of the event

  10. replaceNumericFlags :: [String] -> [String]

    hledger Hledger.Cli.CliOptions

    Replace any numeric flags (eg -2) with their long form (--depth 2), as I'm guessing cmdargs doesn't support this directly.

Page 162 of many | Previous | Next