Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapStencil2 :: Source r a => Boundary a -> Stencil DIM2 a -> Array r DIM2 a -> Array PC5 DIM2 a

    repa Data.Array.Repa.Stencil.Dim2

    Apply a stencil to every element of a 2D array.

  2. mapMLazy :: PrimBase m => (a -> m b) -> [a] -> m [b]

    simple-cairo Graphics.Cairo.Drawing.CairoPatternT.Mesh

    No documentation available.

  3. mapSomeDictOf :: (forall (a :: k) . c a => f a -> g a) -> SomeDictOf f c -> SomeDictOf g c

    some-dict-of SomeDictOf

    Transform the type index used in the SomeDictOf. The provided function is unable to inspect the type, but you will have the class operations available to it. Example:

    provideMempty ;: SomeDictOf Proxy Monoid -> SomeDictOf Identity Monoid
    provideMempty = mapSomeDictOf (\proxy -> Identity mempty)
    

  4. mapDec :: Ord b => (a -> b) -> SortedList a -> SortedList b

    sorted-list Data.SortedList

    Just like map, but favoring functions that are monotonically decreasing instead of those that are monotonically increasing.

  5. mapSemiEquations :: (Equation -> Equation) -> Shy -> Shy

    speculate Test.Speculate.SemiReason

    No documentation available.

  6. mapTMaybe :: (a -> Maybe b) -> [[a]] -> [[b]]

    speculate Test.Speculate.Utils

    No documentation available.

  7. mapMaybeReversed :: (a -> Maybe b) -> List a -> List b

    strict-list StrictList

    Map and filter elements producing results in reversed order.

  8. mapReversed :: (a -> b) -> List a -> List b

    strict-list StrictList

    Map producing a list in reversed order.

  9. mapExponential :: (C y flat, C y, C u) => y -> T u q -> T rate flat (T y) -> T rate (Dimensional u q) (T y)

    synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement

    No documentation available.

  10. mapLinear :: (C y flat, C y, C u) => y -> T u y -> T rate flat (T y) -> T rate (Dimensional u y) (T y)

    synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement

    Map a control curve without amplitude unit by a linear (affine) function with a unit. This is a combination of raise and amplify.

Page 268 of many | Previous | Next