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.
-
singletons-base Data.Maybe.Singletons No documentation available.
-
singletons-base Data.Maybe.Singletons No documentation available.
SJust :: forall a (n :: a) . Sing n -> SMaybe ('Just n)singletons-base Prelude.Singletons No documentation available.
adjustPriority :: MonadInteract m w e => Int -> m ()yi-core Yi.Interact No documentation available.
catchJustE :: Exception e => (e -> Maybe b) -> YiM a -> (b -> YiM a) -> YiM ayi-core Yi.Keymap No documentation available.
handleJustE :: Exception e => (e -> Maybe b) -> (b -> YiM a) -> YiM a -> YiM ayi-core Yi.Keymap No documentation available.
adjustPriority :: MonadInteract m w e => Int -> m ()yi-core Yi.Keymap.Keys No documentation available.
mapAdjust' :: Ord k => (a -> a) -> k -> Map k a -> Map k ayi-language Yi.Utils As Map.adjust, but the combining function is applied strictly.
adjustLinksAndIds :: Extensions -> Text -> [Text] -> Transformpandoc Text.Pandoc.Transforms Prefixes identifiers with a string derived from the filepath of thisfile; fixes links to targets in allfiles accordingly.
-
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.