Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
LPFP LPFP No documentation available.
-
LPFP LPFP.Mechanics1D No documentation available.
-
LPFP LPFP.MultipleObjects No documentation available.
-
LPFP LPFP.MultipleObjects No documentation available.
-
LPFP LPFP.Newton2 No documentation available.
-
Formatters for integral / fractional and strings. The following is supported: For all types:
- Grouping of the integral part (i.e. adding a custom char to separate groups of digits)
- Padding (left, right, around, and between the sign and the number)
- Sign handling (i.e. display the positive sign or not)
- Precision
- Fixed Exponential Generic formatting
- Binary Hexadecimal Octal / Character representation
data
Format (k :: AltStatus) (k' :: UpperStatus) (k'' :: FormatType)PyF PyF.Formatters All the Formatters.
-
PyF PyF.Formatters This formatter formats an integral or a fractional.
-
PyF PyF.Internal.PythonSyntax A Formatter, listing padding, format and and grouping char
FormatMode :: Padding -> TypeFormat -> Maybe Char -> FormatModePyF PyF.Internal.PythonSyntax No documentation available.