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. singleListToJust :: [a] -> Maybe a

    polysemy-plugin Polysemy.Plugin.Fundep.Utils

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

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

    pontarius-xmpp Network.Xmpp.Internal

    Extract value from Just, failing with AuthOtherFailure on Nothing.

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

    primitive-extras PrimitiveExtras.By6Bits

    No documentation available.

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

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

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

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

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

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

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

  8. hoistIntMapWithKeyWithAdjust :: (Adjustable t m, MonadHold t m, Functor p, Patch (p (Behavior t Builder)), PatchTarget (p (Behavior t Builder)) ~ IntMap (Behavior t Builder)) => (forall x . () => (Key -> a -> m x) -> IntMap a -> Event t (p a) -> m (IntMap x, Event t (p x))) -> (Key -> a -> StaticDomBuilderT t m b) -> IntMap a -> Event t (p a) -> StaticDomBuilderT t m (IntMap b, Event t (p b))

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

    No documentation available.

  9. adjust :: Text -> Text

    registry Data.Registry.Internal.Dot

    We need to process the node descriptions - we add quotes arountd the text - we remove quotes (") inside the text - we escape newlines

  10. pattern IsJust :: forall (l :: Symbol) r . (AllUniqueLabels r, KnownSymbol l) => Label l -> (r .! l) -> Var r

    row-types Data.Row

    A pattern for variants; can be used to both destruct a variant when in a pattern position or construct one in an expression position.

Page 114 of many | Previous | Next