Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. showGregorian :: Day -> String

    time-compat Data.Time.Calendar.Compat

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

  2. showJulian :: Day -> String

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

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

  3. showJulianYearAndDay :: Day -> String

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

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

  4. showOrdinalDate :: Day -> String

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

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

  5. 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").

  6. 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.

  7. 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.

  8. showLabels :: (TypeableFloat n, Renderable (Text n) b, Semigroup m) => QDiagram b V2 n m -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    No documentation available.

  9. showOrigin :: (TypeableFloat n, Renderable (Path V2 n) b, Monoid' m) => QDiagram b V2 n m -> QDiagram b V2 n m

    diagrams-lib Diagrams.TwoD

    Mark the origin of a diagram by placing a red dot 1/50th its size.

  10. showOrigin' :: (TypeableFloat n, Renderable (Path V2 n) b, Monoid' m) => OriginOpts n -> QDiagram b V2 n m -> QDiagram b V2 n m

    diagrams-lib Diagrams.TwoD

    Mark the origin of a diagram, with control over colour and scale of marker dot.

Page 75 of many | Previous | Next