Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapSomeDictOf :: (forall (a :: k) . c a => f a -> g a) -> SomeDictOf f c -> SomeDictOf g csome-dict-of SomeDictOf Transform the type index used in the SomeDictOf. The provided function is unable to inspect the type, but you will have the class operations available to it. Example:
provideMempty ;: SomeDictOf Proxy Monoid -> SomeDictOf Identity Monoid provideMempty = mapSomeDictOf (\proxy -> Identity mempty)
mapDec :: Ord b => (a -> b) -> SortedList a -> SortedList bsorted-list Data.SortedList Just like map, but favoring functions that are monotonically decreasing instead of those that are monotonically increasing.
mapSemiEquations :: (Equation -> Equation) -> Shy -> Shyspeculate Test.Speculate.SemiReason No documentation available.
mapTMaybe :: (a -> Maybe b) -> [[a]] -> [[b]]speculate Test.Speculate.Utils No documentation available.
mapMaybeReversed :: (a -> Maybe b) -> List a -> List bstrict-list StrictList Map and filter elements producing results in reversed order.
mapReversed :: (a -> b) -> List a -> List bstrict-list StrictList Map producing a list in reversed order.
-
synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement Map a control curve without amplitude unit by a linear (affine) function with a unit. This is a combination of raise and amplify.
-
synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Displacement No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Map We restrict the amplitude types to those of class Amplitude. Otherwise mapAmplitude could be abused for bringing amplitudes and respective sample values out of sync. For mapping amplitudes that are nested in some pairs, use it in combination with first and second. FIXME: This function however still breaks the abstraction, since normally it should not be observable how the volume is balanced between amplitude and signal. This function allows to replace an actual amplitude by Flat, which also breaks the abstraction. This may only be used for proportional mappings. See T.