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.

  1. Formatter :: FormatM () -> (Path -> FormatM ()) -> (Path -> FormatM ()) -> (Path -> Progress -> FormatM ()) -> (Path -> FormatM ()) -> (Path -> Item -> FormatM ()) -> FormatM () -> Formatter

    hspec-api Test.Hspec.Api.Formatters.V3

    No documentation available.

  2. data Format

    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.

  3. Format :: Text -> AxisConfig

    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.

  4. FormatAsCustom :: Text -> AxisConfig

    hvega Graphics.Vega.VegaLite

    The custom format type for use with with Format.

  5. FormatAsNum :: AxisConfig

    hvega Graphics.Vega.VegaLite

    Facet headers should be formatted as numbers. Use a d3 numeric format string with Format.

  6. FormatAsTemporal :: AxisConfig

    hvega Graphics.Vega.VegaLite

    Facet headers should be formatted as dates or times. Use a d3 date/time format string with Format.

  7. data FormatOptions

    libyaml Text.Libyaml

    Contains options relating to the formatting (indendation, width) of the YAML output.

  8. module Data.Array.Repa.Repr.ForeignPtr

    No documentation available.

  9. Format :: GeneralCategory

    speculate Test.Speculate.Utils

    Cf: Other, Format

  10. module Text.HTML.Tagchup.Format

    Convert a tag soup to its text representation respecting various conventions for merging open and close tags.

Page 308 of many | Previous | Next