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.
-
PyF PyF.Class The three categories of formatting in PyF
type family
PyFClassify t :: PyFCategoryPyF PyF.Class Classify a type to a PyFCategory This classification will be used to decide which formatting to use when no type specifier in provided.
-
PyF PyF.Class Format as a fractional, approximate value with a fractional part
-
PyF PyF.Class Format as an integral, no fractional part, precise value
-
PyF PyF.Class Format as a string
-
PyF PyF.Class Convert a type to string This is used for the string formatting.
-
PyF PyF.Class Apply a fractional formatting to any type. A default instance for any Real is provided which internally converts to Double, which may not be efficient or results in rounding errors. You can provide your own instance and internally use formatFractional which does have the same signatures as pyfFormatFractional but with a RealFrac constraint.
-
PyF PyF.Class Apply an integral formatting to any type. A default instance for any Integral is provided. You can provide your own instance and internally use formatIntegral which does have the same signatures as pyfFormatIntegral but with an Integral constraint.
Percent :: Format 'CanAlt 'NoUpper 'FractionalPyF PyF.Formatters No documentation available.
-
PyF PyF.Formatters