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.
-
streaming-bytestring Streaming.ByteString O(n) map f xs is the ByteStream obtained by applying f to each element of xs.
map :: forall (m :: Type -> Type) r . Monad m => (Char -> Char) -> ByteStream m r -> ByteStream m rstreaming-bytestring Streaming.ByteString.Char8 O(n) map f xs is the ByteStream obtained by applying f to each element of xs.
-
synthesizer-core Synthesizer.Causal.Process No documentation available.
map :: Arrow arrow => (b -> c) -> arrow a b -> arrow a csynthesizer-core Synthesizer.Causal.Utility No documentation available.
-
synthesizer-core Synthesizer.Frame.Stereo No documentation available.
map :: (Transform0 sig, Storage (sig y0), Storage (sig y1)) => (y0 -> y1) -> sig y0 -> sig y1synthesizer-core Synthesizer.Generic.Signal No documentation available.
-
synthesizer-core Synthesizer.State.Signal No documentation available.
map :: (Storable x, Storable y) => (x -> y) -> Vector x -> Vector ysynthesizer-core Synthesizer.Storable.Signal No documentation available.
map :: (Char -> Char) -> CharSet -> CharSetcharset Data.CharSet No documentation available.
map :: MonadReader (Deque a) m => (a -> b) -> m (Deque b)deque Deque.Lazy.Reader Modify each element of the queue.