Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hspec-api Test.Hspec.Api.Formatters.V3 No documentation available.
-
hvega Graphics.Vega.VegaLite Specifies the type of format a data source uses. If the format is indicated by the file name extension (".tsv", ".csv", ".json") there is no need to indicate the format explicitly. However this can be useful if the filename extension does not indicate type (e.g. ".txt") or you wish to customise the parsing of a file. For example, when specifying the JSON format, its parameter indicates the name of property field containing the attribute data to extract. For details see the Vega-Lite documentation.
-
hvega Graphics.Vega.VegaLite Formatting pattern for axis values. To distinguish between formatting as numeric values and data/time values, additionally use FormatAsNum, FormatAsTemporal, or FormatAsCustom. When used with a custom formatType, this value will be passed as "format" alongside "datum.value" to the registered function.
FormatAsCustom :: Text -> AxisConfighvega Graphics.Vega.VegaLite The custom format type for use with with Format.
-
hvega Graphics.Vega.VegaLite Facet headers should be formatted as numbers. Use a d3 numeric format string with Format.
FormatAsTemporal :: AxisConfighvega Graphics.Vega.VegaLite Facet headers should be formatted as dates or times. Use a d3 date/time format string with Format.
-
libyaml Text.Libyaml Contains options relating to the formatting (indendation, width) of the YAML output.
module Data.Array.Repa.Repr.
ForeignPtr No documentation available.
-
speculate Test.Speculate.Utils Cf: Other, Format
module Text.HTML.Tagchup.
Format Convert a tag soup to its text representation respecting various conventions for merging open and close tags.