Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
map :: (forall t . Typeable t => Proxy t -> Item x t -> Item y t) -> TypeMap x -> TypeMap ytype-map Data.TypeMap.Dynamic Map a function on all elements.
map :: (forall t . Typeable t => Item x t -> Item y t) -> TypeMap x -> TypeMap ytype-map Data.TypeMap.Dynamic.Alt Map a function on all elements.
map :: (forall t . Typeable t => Proxy t -> Item x t -> Item y t) -> TypeMap x -> TypeMap ytype-map Data.TypeMap.Internal.Dynamic Map a function on all elements.
map :: (forall t . Typeable t => Item x t -> Item y t) -> TypeMap x -> TypeMap ytype-map Data.TypeMap.Internal.Dynamic.Alt Map a function on all elements.
map :: (Unboxable a, Unboxable b) => (a -> b) -> Vector a -> Vector bunboxing-vector Data.Vector.Unboxing No documentation available.
map :: forall a b (n :: Nat) . SNatI n => (a -> b) -> Vec n a -> Vec n bvec Data.Vec.DataFamily.SpineStrict >>> map not $ True ::: False ::: VNil False ::: True ::: VNil
map :: forall a b (n :: Nat) . (a -> b) -> Vec n a -> Vec n bvec Data.Vec.Lazy >>> map not $ True ::: False ::: VNil False ::: True ::: VNil
map :: forall a b (n :: Nat) . SNatI n => (a -> b) -> Vec n a -> Vec n bvec Data.Vec.Lazy.Inline >>> map not $ True ::: False ::: VNil False ::: True ::: VNil
map :: forall a b (n :: Nat) . (a -> b) -> Vec n a -> Vec n bvec Data.Vec.Pull >>> L.fromPull $ map not $ L.toPull $ True L.::: False L.::: L.VNil False ::: True ::: VNil
map :: (branch0 -> branch1) -> (leaf0 -> leaf1) -> T branch0 leaf0 -> T branch1 leaf1wraxml Data.Tree.BranchLeaf No documentation available.