traverse_ package:sop-core

Specialization of htraverse_.
Specialization of htraverse_.
Specialization of htraverse_. Note: we don't need Applicative constraint.
Specialization of htraverse_.
A generalization of traverse_ or foldMap.
Corresponds to traverse_. Instances:
hctraverse_, ctraverse__NP  :: (All  c xs , Applicative g) => proxy c -> (forall a. c a => f a -> g ()) -> NP  f xs  -> g ()
hctraverse_, ctraverse__NS  :: (All2 c xs , Applicative g) => proxy c -> (forall a. c a => f a -> g ()) -> NS  f xs  -> g ()
hctraverse_, ctraverse__POP :: (All  c xss, Applicative g) => proxy c -> (forall a. c a => f a -> g ()) -> POP f xss -> g ()
hctraverse_, ctraverse__SOP :: (All2 c xss, Applicative g) => proxy c -> (forall a. c a => f a -> g ()) -> SOP f xss -> g ()
Unconstrained version of hctraverse_. Instances:
traverse_, traverse__NP  :: (SListI  xs , Applicative g) => (forall a. f a -> g ()) -> NP  f xs  -> g ()
traverse_, traverse__NS  :: (SListI  xs , Applicative g) => (forall a. f a -> g ()) -> NS  f xs  -> g ()
traverse_, traverse__POP :: (SListI2 xss, Applicative g) => (forall a. f a -> g ()) -> POP f xss -> g ()
traverse_, traverse__SOP :: (SListI2 xss, Applicative g) => (forall a. f a -> g ()) -> SOP f xss -> g ()
Specialization of hctraverse.
Specialization of hctraverse.
Specialization of hctraverse_.
Specialization of hctraverse_.
Specialization of hctraverse.
Specialization of hctraverse.
Specialization of hctraverse_. Note: we don't need Applicative constraint.
Specialization of hctraverse_.