Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. bitmapAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend

    Alignment to render on raster based graphics.

  2. bitmapAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend.Types

    Alignment to render on raster based graphics.

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

    Chart Graphics.Rendering.Chart.Geometry

    A function mapping between points.

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

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

  6. _fontMap :: Font -> Maybe CharacterMaps

    FontyFruity Graphics.Text.TrueType.Internal

    No documentation available.

  7. FmapLift :: forall x a (f :: Type -> Type) . (x -> a) -> f x -> Aps f a

    ap-normalize ApNormalize.Aps

    No documentation available.

  8. cmap :: forall w (m :: Type -> Type) cx cy . (Get w m cx, Members w m cx, Set w m cy) => (cx -> cy) -> SystemT w m ()

    apecs Apecs

    Maps a function over all entities with a cx, and writes their cy.

  9. cmapIf :: forall w (m :: Type -> Type) cp cx cy . (Get w m cx, Get w m cp, Members w m cx, Set w m cy) => (cp -> Bool) -> (cx -> cy) -> SystemT w m ()

    apecs Apecs

    Conditional cmap, that first tests whether the argument satisfies some property. The entity needs to have both a cx and cp component.

  10. cmapM :: forall w (m :: Type -> Type) cx cy . (Get w m cx, Set w m cy, Members w m cx) => (cx -> SystemT w m cy) -> SystemT w m ()

    apecs Apecs

    Monadically iterates over all entites with a cx, and writes their cy.

Page 977 of many | Previous | Next