Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<>!= ) :: (MonadState s m, Monoid a) => Setter' s a -> a -> m ()lens-family Lens.Family2.State.Lazy No documentation available.
(
<>= ) :: (MonadState s m, Monoid a) => Setter' s a -> a -> m ()lens-family Lens.Family2.State.Lazy Monoidally append a value to all referenced fields of the state.
(
<>!= ) :: (MonadState s m, Monoid a) => Setter' s a -> a -> m ()lens-family Lens.Family2.State.Strict No documentation available.
(
<>= ) :: (MonadState s m, Monoid a) => Setter' s a -> a -> m ()lens-family Lens.Family2.State.Strict Monoidally append a value to all referenced fields of the state.
(
<>| ) :: Ord k => OMap k v -> OMap k v -> OMap k vordered-containers Data.Map.Ordered When a key occurs in both maps, prefer the value from the second map. See asymptotics of unionWithR.
(
<>| ) :: Ord k => OMap k v -> OMap k v -> OMap k vordered-containers Data.Map.Ordered.Strict When a key occurs in both maps, prefer the value from the second map. See asymptotics of unionWithR.
(
<>| ) :: Ord a => OSet a -> OSet a -> OSet aordered-containers Data.Set.Ordered O(m*log(n)+n), where m is the size of the smaller set and n is the size of the larger set.
(
<>~ ) :: Monoid a => ASetter s t a a -> a -> s -> tlens-family-core Lens.Family Monoidally append a value to all referenced fields.
(
<>!= ) :: forall (m :: Type -> Type) a s . (Monad m, Monoid a) => ASetter' s a -> a -> StateT s m ()lens-family-core Lens.Family.State.Lazy No documentation available.
(
<>= ) :: forall (m :: Type -> Type) a s . (Monad m, Monoid a) => ASetter' s a -> a -> StateT s m ()lens-family-core Lens.Family.State.Lazy Monoidally append a value to all referenced fields of the state.