Hoogle Search
Within LTS Haskell 24.15 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
prelude-compat Prelude2010 No documentation available.
map :: (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector No documentation available.
map :: forall (m :: Type -> Type) a b . Monad m => (a -> b) -> Stream m a -> Stream m brebase Rebase.Data.Vector.Fusion.Stream.Monadic Map a function over a Stream
map :: (Vector v a, Vector v b) => (a -> b) -> v a -> v brebase Rebase.Data.Vector.Generic No documentation available.
map :: (Prim a, Prim b) => (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector.Primitive No documentation available.
map :: (Storable a, Storable b) => (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector.Storable No documentation available.
map :: (Unbox a, Unbox b) => (a -> b) -> Vector a -> Vector brebase Rebase.Data.Vector.Unboxed No documentation available.
-
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.