Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. sFromJust :: forall a (t :: Maybe a) . Sing t -> Sing (Apply (FromJustSym0 :: TyFun (Maybe a) a -> Type) t)

    singletons-base Data.Maybe.Singletons

    No documentation available.

  2. sIsJust :: forall a (t :: Maybe a) . Sing t -> Sing (Apply (IsJustSym0 :: TyFun (Maybe a) Bool -> Type) t)

    singletons-base Data.Maybe.Singletons

    No documentation available.

  3. SJust :: forall a (n :: a) . Sing n -> SMaybe ('Just n)

    singletons-base Prelude.Singletons

    No documentation available.

  4. adjustPriority :: MonadInteract m w e => Int -> m ()

    yi-core Yi.Interact

    No documentation available.

  5. catchJustE :: Exception e => (e -> Maybe b) -> YiM a -> (b -> YiM a) -> YiM a

    yi-core Yi.Keymap

    No documentation available.

  6. handleJustE :: Exception e => (e -> Maybe b) -> (b -> YiM a) -> YiM a -> YiM a

    yi-core Yi.Keymap

    No documentation available.

  7. adjustPriority :: MonadInteract m w e => Int -> m ()

    yi-core Yi.Keymap.Keys

    No documentation available.

  8. mapAdjust' :: Ord k => (a -> a) -> k -> Map k a -> Map k a

    yi-language Yi.Utils

    As Map.adjust, but the combining function is applied strictly.

  9. adjustLinksAndIds :: Extensions -> Text -> [Text] -> Transform

    pandoc Text.Pandoc.Transforms

    Prefixes identifiers with a string derived from the filepath of thisfile; fixes links to targets in allfiles accordingly.

  10. catchJust :: forall e (r :: EffectRow) b a . Member (Error e :: (Type -> Type) -> Type -> Type) r => (e -> Maybe b) -> Sem r a -> (b -> Sem r a) -> Sem r a

    polysemy Polysemy.Error

    The function catchJust is like catch, but it takes an extra argument which is an exception predicate, a function which selects which type of exceptions we're interested in.

Page 46 of many | Previous | Next