Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
imap :: forall (n :: PeanoNum) a b . ArityPeano n => (Int -> a -> b) -> ContVec n a -> ContVec n bfixed-vector Data.Vector.Fixed.Cont Apply function to every element of the vector and its index.
-
fixed-vector Data.Vector.Fixed.Cont Apply monadic function to every element of the vector and its index.
-
fixed-vector Data.Vector.Fixed.Cont Apply monadic action to each element of vector and its index and ignore result.
imapG :: (Vector v a, Vector w b, Dim v ~ Dim w) => (Int -> a -> b) -> v a -> w bfixed-vector Data.Vector.Fixed.Generic Apply function to every element of the vector and its index.
imapMG :: (Vector v a, Vector w b, Dim w ~ Dim v, Monad m) => (Int -> a -> m b) -> v a -> m (w b)fixed-vector Data.Vector.Fixed.Generic Monadic map over vector.
foldMapA :: (Foldable t, Alternative m) => (a -> m b) -> t a -> m bfused-effects Control.Effect.NonDet Map a Foldable collection of values into a nondeterministic computation using the supplied action.
buildEventTypeMap :: [EventType] -> IntMap EventTypeghc-events GHC.RTS.Events No documentation available.
-
This module defines types for parsing a "g:Map" GraphSON object. Usually users only have to use GMapEntry, because other types are just used internally to implement GraphSON parsers.
newtype
FlattenedMap (c :: Type -> Type -> Type) k vgreskell-core Data.Greskell.GMap JSON encoding of a map as an array of flattened key-value pairs. ToJSON instance of this type encodes the internal map as an array of keys and values. FromJSON instance of this type parses that flattened map.
FlattenedMap :: c k v -> FlattenedMap (c :: Type -> Type -> Type) k vgreskell-core Data.Greskell.GMap No documentation available.