Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. simpleDocMapAnn :: (r -> a -> r) -> (r -> a -> r) -> (r -> SimpleDoc a' -> SimpleDoc a') -> (r -> SimpleDoc a' -> SimpleDoc a') -> r -> SimpleDoc a -> SimpleDoc a'

    wl-pprint-annotated Text.PrettyPrint.Annotated.WL

    No documentation available.

  2. invLinMap :: (Double -> a) -> (a -> Double) -> (a, a) -> Range -> Double -> a

    Chart Graphics.Rendering.Chart.Axis.Types

    An inverse linear mapping of points from one range to another.

  3. invmap :: PlotValue x => (x, x) -> Range -> Double -> x

    Chart Graphics.Rendering.Chart.Axis.Types

    The inverse mapping from device co-ordinate range back to interesting values.

  4. linMap :: (a -> Double) -> (a, a) -> Range -> a -> Double

    Chart Graphics.Rendering.Chart.Axis.Types

    A linear mapping of points in one range to another.

  5. vmap :: PlotValue x => (x, x) -> Range -> x -> Double

    Chart Graphics.Rendering.Chart.Axis.Types

    A linear mapping of points in one range to another.

  6. bitmapAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend

    Alignment to render on raster based graphics.

  7. bitmapAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend.Types

    Alignment to render on raster based graphics.

  8. type PointMapFn x y = (Limit x, Limit y) -> Point

    Chart Graphics.Rendering.Chart.Geometry

    A function mapping between points.

  9. _plot_vectors_mapf :: PlotVectors x y -> (x, y) -> (x, y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    Provide a vector field (R^2 -> R^2) function.

  10. plot_vectors_mapf :: forall x y f . Functor f => (((x, y) -> (x, y)) -> f ((x, y) -> (x, y))) -> PlotVectors x y -> f (PlotVectors x y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

Page 975 of many | Previous | Next