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.
-
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.
shouldBeJust :: (HasCallStack, MonadIO m) => Maybe a -> m ()sandwich Test.Sandwich.Expectations xF86XK_BrightnessAdjust :: KeySymX11 Graphics.X11.ExtraTypes.XF86 No documentation available.
xF86XK_ContrastAdjust :: KeySymX11 Graphics.X11.ExtraTypes.XF86 No documentation available.
adjust :: (Ord a, Ord b) => (b -> b) -> a -> Bimap a b -> Bimap a bbimap Data.Bimap O(log n). Update a value at a specific left key with the result of the provided function. When the left key is not a member of the bimap, the original bimap is returned.
adjustR :: (Ord a, Ord b) => (a -> a) -> b -> Bimap a b -> Bimap a bbimap Data.Bimap O(log n). Update a value at a specific right key with the result of the provided function. When the right key is not a member of the bimap, the original bimap is returned.
adjustWithKey :: (Ord a, Ord b) => (a -> b -> b) -> a -> Bimap a b -> Bimap a bbimap Data.Bimap O(log n). Adjust a value at a specific left key. When the left key is not a member of the bimap, the original bimap is returned.
adjustWithKeyR :: (Ord a, Ord b) => (b -> a -> a) -> b -> Bimap a b -> Bimap a bbimap Data.Bimap O(log n). Adjust a value at a specific right key. When the right key is not a member of the bimap, the original bimap is returned.
adjust :: Enum k => (a -> a) -> k -> EnumMap k a -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
adjustWithKey :: Enum k => (k -> a -> a) -> k -> EnumMap k a -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.