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.
-
diagrams-lib Diagrams.TwoD Mark the trace of a diagram by placing 64 red dots 1/100th its size along the trace.
-
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.
-
diagrams-lib Diagrams.TwoD.Model Mark the envelope with an approximating cubic spline using 32 points, medium line width and red line color.
-
diagrams-lib Diagrams.TwoD.Model Mark the envelope with an approximating cubic spline with control over the color, line width and number of points.
-
diagrams-lib Diagrams.TwoD.Model No documentation available.
-
diagrams-lib Diagrams.TwoD.Model Mark the origin of a diagram by placing a red dot 1/50th its size.
-
diagrams-lib Diagrams.TwoD.Model Mark the origin of a diagram, with control over colour and scale of marker dot.
-
diagrams-lib Diagrams.TwoD.Model Mark the trace of a diagram by placing 64 red dots 1/100th its size along the trace.
-
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.
showReadSpec :: (Show a, Eq a, Read a, Typeable a, GenValid a) => Specgenvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Show and Read instances for valid values Example usage:
showReadSpec @Int