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.
toneMapping :: PixelF -> Image PixelRGBF -> Image PixelRGBFJuicyPixels Codec.Picture.Types Perform a tone mapping operation on an High dynamic range image.
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
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.
contramapRep :: Representable f => (a -> b) -> f b -> f aadjunctions Data.Functor.Contravariant.Rep No documentation available.
contramapWithRep :: Representable f => (b -> Either a (Rep f)) -> f a -> f badjunctions Data.Functor.Contravariant.Rep contramapWithRep f p ≡ tabulate $ either (index p) id . f
fmapRep :: Representable f => (a -> b) -> f a -> f badjunctions Data.Functor.Rep No documentation available.
ifoldMapRep :: (Representable r, Foldable r, Monoid m) => (Rep r -> a -> m) -> r a -> madjunctions Data.Functor.Rep No documentation available.
imapRep :: Representable r => (Rep r -> a -> a') -> r a -> r a'adjunctions Data.Functor.Rep No documentation available.
intMapDefault :: elem -> Int -> T (IntMap elem) elemdata-accessor Data.Accessor.Container No documentation available.
intMapMaybe :: Int -> T (IntMap elem) (Maybe elem)data-accessor Data.Accessor.Container No documentation available.