Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. showTrace' :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => TraceOpts n -> QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    Mark the trace of a diagram, with control over colour and scale of marker dot and the number of points on the trace.

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

    diagrams-lib Diagrams.TwoD.Model

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

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

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

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

    diagrams-lib Diagrams.TwoD.Model

    No documentation available.

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

    diagrams-lib Diagrams.TwoD.Model

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

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

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

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

    diagrams-lib Diagrams.TwoD.Model

    Mark the trace of a diagram by placing 64 red dots 1/100th its size along the trace.

  8. showTrace' :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => TraceOpts n -> QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Model

    Mark the trace of a diagram, with control over colour and scale of marker dot and the number of points on the trace.

  9. showReadSpec :: forall a (outers :: [Type]) . (Show a, Eq a, Read a, Typeable a, GenValid a) => TestDef outers ()

    genvalidity-sydtest Test.Syd.Validity

    Standard test spec for properties of Show and Read instances for valid values Example usage:

    showReadSpec @Int
    

  10. showReadSpecOnArbitrary :: forall a (outers :: [Type]) . (Show a, Eq a, Read a, Typeable a, Arbitrary a) => TestDef outers ()

    genvalidity-sydtest Test.Syd.Validity

    Standard test spec for properties of Show and Read instances for arbitrary values Example usage:

    showReadSpecOnArbitrary @Double
    

Page 76 of many | Previous | Next