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. adjustPriority :: MonadInteract m w e => Int -> m ()

    yi-core Yi.Interact

    No documentation available.

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

    yi-core Yi.Keymap

    No documentation available.

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

    yi-core Yi.Keymap

    No documentation available.

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

    yi-core Yi.Keymap.Keys

    No documentation available.

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

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

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

  8. tryJust :: forall e (r :: EffectRow) b a . Member (Error e :: (Type -> Type) -> Type -> Type) r => (e -> Maybe b) -> Sem r a -> Sem r (Either b a)

    polysemy Polysemy.Error

    A variant of try that takes an exception predicate to select which exceptions are caught (c.f. catchJust). If the exception does not match the predicate, it is re-thrown.

  9. shouldBeJust :: (HasCallStack, MonadIO m) => Maybe a -> m ()

    sandwich Test.Sandwich.Expectations

    Asserts that the given Maybe is Just.

  10. xF86XK_BrightnessAdjust :: KeySym

    X11 Graphics.X11.ExtraTypes.XF86

    No documentation available.

Page 46 of many | Previous | Next