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.
-
This module is here to parse Haskell expression using the GHC Api
-
No documentation available.
module PyF.Internal.
PythonSyntax This module provides a parser for python format string mini language.
-
PyF PyF.Internal.PythonSyntax Padding, containing the padding width, the padding char and the alignement mode
Padding :: ExprOrValue Int -> Maybe (Maybe Char, AnyAlign) -> PaddingPyF PyF.Internal.PythonSyntax No documentation available.
-
PyF PyF.Internal.PythonSyntax No documentation available.
type
Parser t = ParsecT String () Reader ParsingContext tPyF PyF.Internal.PythonSyntax No documentation available.
-
PyF PyF.Internal.PythonSyntax No documentation available.
ParsingContext :: Maybe (Char, Char) -> [Extension] -> ParsingContextPyF PyF.Internal.PythonSyntax No documentation available.
PercentF :: Precision -> AlternateForm -> SignMode -> TypeFormatPyF PyF.Internal.PythonSyntax Percent representation