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.
mkAdjust :: Window -> X (D -> D)xmonad XMonad.Operations Given a window, build an adjuster function that will reduce the given dimensions according to the window's border width and size hints.
ghcEnvJust :: GHCEnv -> Maybe QNameAgda Agda.Compiler.MAlonzo.Misc No documentation available.
-
Agda Agda.Syntax.Builtin No documentation available.
-
Agda Agda.Syntax.Builtin No documentation available.
primJust :: (HasBuiltins m, MonadError TCErr m, MonadTCEnv m, ReadTCState m) => m TermAgda Agda.TypeChecking.Monad.Builtin No documentation available.
adjust :: (Ord k, Ord (Tag v), HasTag v) => (v -> v) -> k -> BiMap k v -> BiMap k vAgda Agda.Utils.BiMap Modifies the value at the given position, if any. O(log n). Precondition: See adjustPrecondition.
adjustPrecondition :: (Ord k, Eq v, Eq (Tag v), HasTag v) => (v -> v) -> k -> BiMap k v -> BoolAgda Agda.Utils.BiMap The precondition for adjust f k m is that, if the value v is inserted into m, and tag v is defined, then no key other than k may map to a value v' for which tag v' = tag v.
applyWhenJust :: Maybe b -> (b -> a -> a) -> a -> aAgda Agda.Utils.Function catchImpossibleJust :: CatchImpossible m => (Impossible -> Maybe b) -> m a -> (b -> m a) -> m aAgda Agda.Utils.Impossible Catch only Impossible exceptions selected by the filter.
handleImpossibleJust :: CatchImpossible m => (Impossible -> Maybe b) -> (b -> m a) -> m a -> m aAgda Agda.Utils.Impossible Version of catchImpossibleJust with argument order suiting short handlers.