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. toneMapping :: PixelF -> Image PixelRGBF -> Image PixelRGBF

    JuicyPixels Codec.Picture.Types

    Perform a tone mapping operation on an High dynamic range image.

  2. parMap :: Strategy b -> (a -> b) -> [a] -> [b]

    parallel Control.Parallel.Strategies

    A combination of parList and map, encapsulating a common pattern:

    parMap strat f = withStrategy (parList strat) . map f
    

  3. seqMap :: Strategy k -> Strategy v -> Strategy (Map k v)

    parallel Control.Seq

    Evaluate the keys and values of a map according to the given strategies.

  4. contramapRep :: Representable f => (a -> b) -> f b -> f a

    adjunctions Data.Functor.Contravariant.Rep

    No documentation available.

  5. contramapWithRep :: Representable f => (b -> Either a (Rep f)) -> f a -> f b

    adjunctions Data.Functor.Contravariant.Rep

    contramapWithRep f p ≡ tabulate $ either (index p) id . f
    

  6. fmapRep :: Representable f => (a -> b) -> f a -> f b

    adjunctions Data.Functor.Rep

    No documentation available.

  7. ifoldMapRep :: (Representable r, Foldable r, Monoid m) => (Rep r -> a -> m) -> r a -> m

    adjunctions Data.Functor.Rep

    No documentation available.

  8. imapRep :: Representable r => (Rep r -> a -> a') -> r a -> r a'

    adjunctions Data.Functor.Rep

    No documentation available.

  9. intMapDefault :: elem -> Int -> T (IntMap elem) elem

    data-accessor Data.Accessor.Container

    No documentation available.

  10. intMapMaybe :: Int -> T (IntMap elem) (Maybe elem)

    data-accessor Data.Accessor.Container

    No documentation available.

Page 480 of many | Previous | Next