Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. module PyF.Internal.Parser

    This module is here to parse Haskell expression using the GHC Api

  2. module PyF.Internal.ParserEx

    No documentation available.

  3. module PyF.Internal.PythonSyntax

    This module provides a parser for python format string mini language.

  4. data Padding

    PyF PyF.Internal.PythonSyntax

    Padding, containing the padding width, the padding char and the alignement mode

  5. Padding :: ExprOrValue Int -> Maybe (Maybe Char, AnyAlign) -> Padding

    PyF PyF.Internal.PythonSyntax

    No documentation available.

  6. PaddingDefault :: Padding

    PyF PyF.Internal.PythonSyntax

    No documentation available.

  7. type Parser t = ParsecT String () Reader ParsingContext t

    PyF PyF.Internal.PythonSyntax

    No documentation available.

  8. data ParsingContext

    PyF PyF.Internal.PythonSyntax

    No documentation available.

  9. ParsingContext :: Maybe (Char, Char) -> [Extension] -> ParsingContext

    PyF PyF.Internal.PythonSyntax

    No documentation available.

  10. PercentF :: Precision -> AlternateForm -> SignMode -> TypeFormat

    PyF PyF.Internal.PythonSyntax

    Percent representation

Page 1174 of many | Previous | Next