• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. Plot :: (PointMapFn x y -> BackendProgram ()) -> [(String, Rect -> BackendProgram ())] -> ([x], [y]) -> Plot x y

    Chart Graphics.Rendering.Chart.Plot.Types

    No documentation available.

  2. data PlotVectors x y

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  3. PlotVectors :: String -> VectorStyle -> Double -> [(x, y)] -> ((x, y) -> (x, y)) -> [((x, y), (x, y))] -> PlotVectors x y

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  4. type PickFn a = Point -> Maybe a

    Chart Graphics.Rendering.Chart.Renderable

    A function that maps a point in device coordinates to some value. Perhaps it might be generalised from Maybe a to (MonadPlus m ) => m a in the future.

  5. module Graphics.Color.Illuminant.ICC.PCS

    No documentation available.

  6. newtype Primary (i :: k) e

    Color Graphics.Color.Space

    No documentation available.

  7. PrimaryChromaticity :: Chromaticity i e -> Primary (i :: k) e

    Color Graphics.Color.Space

    No documentation available.

  8. newtype Primary (i :: k) e

    Color Graphics.Color.Space.RGB

    No documentation available.

  9. newtype Primary (i :: k) e

    Color Graphics.Color.Space.RGB

    No documentation available.

  10. PrimaryChromaticity :: Chromaticity i e -> Primary (i :: k) e

    Color Graphics.Color.Space.RGB

    No documentation available.

Page 661 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete