Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. type Forest e a = [Tree e a]

    elynx-tree ELynx.Tree.Rooted

    Shorthand.

  2. ForeignCall :: ThreadStopStatus

    ghc-events GHC.RTS.Events

    No documentation available.

  3. module Text.XML.Expat.Format

    This module provides functions to format a tree structure or SAX stream as UTF-8 encoded XML. The formatting functions always outputs only UTF-8, regardless of what encoding is specified in the document's XMLDeclaration. If you want to output a document in another encoding, then make sure the XMLDeclaration agrees with the final output encoding, then format the document, and convert from UTF-8 to your desired encoding using some text conversion library. The lazy ByteString representation of the output in generated with very small chunks, so in some applications you may want to combine them into larger chunks to get better efficiency.

  4. data FormatAdjustment

    hledger Hledger.Cli.Script

    Whether to left-adjust or zero-pad a field. These are mutually exclusive, with LeftAdjust taking precedence.

  5. data FormatParse

    hledger Hledger.Cli.Script

    The "format parser" walks over argument-type-specific modifier characters to find the primary format character. This is the type of its result.

  6. FormatParse :: String -> Char -> String -> FormatParse

    hledger Hledger.Cli.Script

    No documentation available.

  7. data FormatSign

    hledger Hledger.Cli.Script

    How to handle the sign of a numeric field. These are mutually exclusive, with SignPlus taking precedence.

  8. data Force

    hpack Hpack

    No documentation available.

  9. Force :: Force

    hpack Hpack

    No documentation available.

  10. ForceHash :: GenerateHashStrategy

    hpack Hpack

    No documentation available.

Page 305 of many | Previous | Next