Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
patchIntMapNewElementsMap :: PatchIntMap a -> IntMap apatch Data.Patch.IntMap Convert the given PatchIntMap a into an IntMap a with all the inserts/updates in the given patch.
-
patch Data.Patch.IntMap Map an effectful function Int -> a -> f b over all as in the given PatchIntMap a (that is, all inserts/updates), producing a f (PatchIntMap b).
unPatchIntMap :: PatchIntMap a -> IntMap (Maybe a)patch Data.Patch.IntMap No documentation available.
histogramDiscreteIntMap :: T T Int -> (Int, T Int)synthesizer-core Synthesizer.Plain.Analysis Input list must be finite. If the input signal is empty, the offset is undefined. List is scanned once, counting may be slower.
histogramIntMap :: C y => y -> T T y -> (Int, T Int)synthesizer-core Synthesizer.Plain.Analysis No documentation available.
histogramLinearIntMap :: C y => T T y -> (Int, T y)synthesizer-core Synthesizer.Plain.Analysis No documentation available.
histogramDiscreteIntMap :: T Int -> (Int, T Int)synthesizer-core Synthesizer.State.Analysis Input list must be finite. If the input signal is empty, the offset is undefined. List is scanned once, counting may be slower.
histogramIntMap :: C y => y -> T y -> (Int, T Int)synthesizer-core Synthesizer.State.Analysis No documentation available.
histogramLinearIntMap :: C y => T y -> (Int, T y)synthesizer-core Synthesizer.State.Analysis No documentation available.
type
PointMapFn x y = (Limit x, Limit y) -> PointChart Graphics.Rendering.Chart.Geometry A function mapping between points.