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.

  1. (<>!=) :: (MonadState s m, Monoid a) => Setter' s a -> a -> m ()

    lens-family Lens.Family2.State.Lazy

    No documentation available.

  2. (<>=) :: (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.

  3. (<>!=) :: (MonadState s m, Monoid a) => Setter' s a -> a -> m ()

    lens-family Lens.Family2.State.Strict

    No documentation available.

  4. (<>=) :: (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.

  5. (<>|) :: Ord k => OMap k v -> OMap k v -> OMap k v

    ordered-containers Data.Map.Ordered

    When a key occurs in both maps, prefer the value from the second map. See asymptotics of unionWithR.

  6. (<>|) :: Ord k => OMap k v -> OMap k v -> OMap k v

    ordered-containers Data.Map.Ordered.Strict

    When a key occurs in both maps, prefer the value from the second map. See asymptotics of unionWithR.

  7. (<>|) :: Ord a => OSet a -> OSet a -> OSet a

    ordered-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.

  8. (<>~) :: Monoid a => ASetter s t a a -> a -> s -> t

    lens-family-core Lens.Family

    Monoidally append a value to all referenced fields.

  9. (<>!=) :: 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.

  10. (<>=) :: 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.

Page 13 of many | Previous | Next