Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mappend :: Monoid a => a -> a -> arebase Rebase.Prelude An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.
-
rhine FRP.Rhine.ClSF.Core Call a ClSF every time the input is 'Just a'. Caution: This will not change the time differences since the last tick. For example, while integrate 1 is approximately the same as timeInfoOf sinceInit, mapMaybe $ integrate 1 is very different from mapMaybe $ timeInfoOf sinceInit. The former only integrates when the input is Just 1, whereas the latter always returns the correct time since initialisation.
mapExponential :: (C a, Arrow arrow) => a -> a -> arrow a asynthesizer-core Synthesizer.Causal.Displacement No documentation available.
mapLinear :: (C a, Arrow arrow) => a -> a -> arrow a asynthesizer-core Synthesizer.Causal.Displacement No documentation available.
mapAccumL :: (x -> acc -> (y, acc)) -> acc -> T x ysynthesizer-core Synthesizer.Causal.Process No documentation available.
mapAccum :: (a -> state -> (b, state)) -> state -> T a bsynthesizer-core Synthesizer.CausalIO.Process No documentation available.
mapExponential :: (C a, Transform sig a) => a -> a -> sig a -> sig asynthesizer-core Synthesizer.Generic.Displacement No documentation available.
mapLinear :: (C a, Transform sig a) => a -> a -> sig a -> sig asynthesizer-core Synthesizer.Generic.Displacement No documentation available.
mapAdjacent :: (Read sig a, Transform sig a) => (a -> a -> a) -> sig a -> sig asynthesizer-core Synthesizer.Generic.Signal No documentation available.
mapTails :: Transform sig a => (sig a -> a) -> sig a -> sig asynthesizer-core Synthesizer.Generic.Signal No documentation available.