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.
foldMap :: Monoid m => (a -> m) -> T a -> msynthesizer-core Synthesizer.State.Signal No documentation available.
monoidConcatMap :: Monoid m => (a -> m) -> T a -> msynthesizer-core Synthesizer.State.Signal Deprecated: Use foldMap instead.
-
Map which remembers the fromList order. This module is minimal on purpose.
-
tree-diff Data.TreeDiff.OMap No documentation available.
docMapAnn :: (a -> Doc a' -> Doc a') -> Doc a -> Doc a'wl-pprint-annotated Text.PrettyPrint.Annotated.WL No documentation available.
-
wl-pprint-annotated Text.PrettyPrint.Annotated.WL No documentation available.
invLinMap :: (Double -> a) -> (a -> Double) -> (a, a) -> Range -> Double -> aChart Graphics.Rendering.Chart.Axis.Types An inverse linear mapping of points from one range to another.
invmap :: PlotValue x => (x, x) -> Range -> Double -> xChart Graphics.Rendering.Chart.Axis.Types The inverse mapping from device co-ordinate range back to interesting values.
linMap :: (a -> Double) -> (a, a) -> Range -> a -> DoubleChart Graphics.Rendering.Chart.Axis.Types A linear mapping of points in one range to another.
vmap :: PlotValue x => (x, x) -> Range -> x -> DoubleChart Graphics.Rendering.Chart.Axis.Types A linear mapping of points in one range to another.