Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showTopElement :: Element -> String

    xml Text.XML.Light.Output

    Adds the ?xml? header.

  2. showTests :: Config -> [Test] -> [String] -> [String]

    tasty-discover Test.Tasty.Discover.Internal.Driver

    Show the tests.

  3. showSetup :: Test -> String -> String

    tasty-discover Test.Tasty.Discover.Internal.Generator

    Boilerplate formatter.

  4. showGregorian :: Day -> String

    time-compat Data.Time.Calendar.Compat

    Show in ISO 8601 format (yyyy-mm-dd)

  5. showJulian :: Day -> String

    time-compat Data.Time.Calendar.Julian.Compat

    Show in ISO 8601 format (yyyy-mm-dd)

  6. showJulianYearAndDay :: Day -> String

    time-compat Data.Time.Calendar.Julian.Compat

    Show in proleptic Julian year and day format (yyyy-ddd)

  7. showOrdinalDate :: Day -> String

    time-compat Data.Time.Calendar.OrdinalDate.Compat

    Show in ISO 8601 Ordinal Date format (yyyy-ddd)

  8. showWeekDate :: Day -> String

    time-compat Data.Time.Calendar.WeekDate.Compat

    Show in ISO 8601 Week Date format as yyyy-Www-d (e.g. "2006-W46-3").

  9. showEnvelope :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    Mark the envelope with an approximating cubic spline using 32 points, medium line width and red line color.

  10. showEnvelope' :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => EnvelopeOpts n -> QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    Mark the envelope with an approximating cubic spline with control over the color, line width and number of points.

Page 42 of many | Previous | Next