Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. handleJust :: (MonadPeelIO m, Exception e) => (e -> Maybe b) -> (b -> m a) -> m a -> m a

    monad-peel Control.Exception.Peel

    Generalized version of handleJust.

  2. tryJust :: (MonadPeelIO m, Exception e) => (e -> Maybe b) -> m a -> m (Either b a)

    monad-peel Control.Exception.Peel

    Generalized version of tryJust.

  3. adjust :: (Ord k, MonoidNull v) => (v -> v) -> k -> MonoidMap k v -> MonoidMap k v

    monoidmap-internal Data.MonoidMap.Internal

    Adjusts the value associated with the given key. Satisfies the following property:

    adjust f k m == set k (f (get k m)) m
    

  4. singleListToJust :: [a] -> Maybe a

    polysemy-plugin Polysemy.Plugin.Fundep.Utils

    Returns the head of the list iff there is exactly one element.

  5. saslFromJust :: Maybe a -> ExceptT AuthFailure (StateT StreamState IO) a

    pontarius-xmpp Network.Xmpp.Internal

    Extract value from Just, failing with AuthOtherFailure on Nothing.

  6. adjust :: (e -> e) -> Int -> By6Bits e -> By6Bits e

    primitive-extras PrimitiveExtras.By6Bits

    No documentation available.

  7. adjust :: (a -> a) -> Int -> SmallArray a -> SmallArray a

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

  8. unsafeAdjust :: (a -> a) -> Int -> SmallArray a -> SmallArray a

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

  9. unsafeAdjustWithSize :: (a -> a) -> Int -> Int -> SmallArray a -> SmallArray a

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

  10. hoistDMapWithKeyWithAdjust :: forall k v v' t m p . (Adjustable t m, MonadHold t m, PatchTarget (p k (Constant (Behavior t Builder) :: Type -> Type)) ~ DMap k (Constant (Behavior t Builder) :: Type -> Type), Patch (p k (Constant (Behavior t Builder) :: Type -> Type))) => (forall (vv :: Type -> Type) (vv' :: Type -> Type) . () => (forall a . () => k a -> vv a -> m (vv' a)) -> DMap k vv -> Event t (p k vv) -> m (DMap k vv', Event t (p k vv'))) -> (forall (vv :: Type -> Type) (vv' :: Type -> Type) . () => (forall a . () => vv a -> vv' a) -> p k vv -> p k vv') -> (forall a . () => k a -> v a -> StaticDomBuilderT t m (v' a)) -> DMap k v -> Event t (p k v) -> StaticDomBuilderT t m (DMap k v', Event t (p k v'))

    reflex-dom-core Reflex.Dom.Builder.Static

    No documentation available.

Page 102 of many | Previous | Next