Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
uniplate Data.Generics.Uniplate.Data.Instances Deconstruct a value of type Map.
toIntMap :: IntMap v -> IntMap vuniplate Data.Generics.Uniplate.Data.Instances Construct a value of type IntMap.
toMap :: Ord k => Map k v -> Map k vuniplate Data.Generics.Uniplate.Data.Instances Construct a value of type Map.
-
vector-sized Data.Vector.Generic.Sized O(n*m) Map a function over a vector and concatenate the results. The function is required to always return a vector of the same length.
-
vector-sized Data.Vector.Generic.Sized O(n) Apply a function to every element of a vector and its index.
-
vector-sized Data.Vector.Generic.Sized O(n) Apply the monadic action to every element of a vector and its index, yielding a vector of results.
-
vector-sized Data.Vector.Generic.Sized O(n) Apply the monadic action to every element of a vector and its index, ignoring the results.
-
vector-sized Data.Vector.Primitive.Sized O(n*m) Map a function over a vector and concatenate the results. The function is required to always return the same length vector.
imap :: forall a b (n :: Nat) . (Prim a, Prim b) => (Finite n -> a -> b) -> Vector n a -> Vector n bvector-sized Data.Vector.Primitive.Sized O(n) Apply a function to every element of a vector and its index.
-
vector-sized Data.Vector.Primitive.Sized O(n) Apply the monadic action to every element of a vector and its index, yielding a vector of results.