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.
gassertJust :: (HasCallStack, AssertM m) => Maybe a -> m aHTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the given value is a Nothing.
gassertJustVerbose :: (HasCallStack, AssertM m) => String -> Maybe a -> m aHTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the given value is a Nothing, supplying an additional error message.
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.
LabelJust :: Justification -> Attributegraphviz Data.GraphViz.Attributes.Complete Valid for: GC; Default: JCenter
NoJustify :: Bool -> Attributegraphviz Data.GraphViz.Attributes.Complete adjustErr :: Commitment p => p a -> (String -> String) -> p agraphviz Data.GraphViz.Parsing p adjustErr f applies the transformation f to any error message generated in p, having no effect if p succeeds.
adjustErrBad :: PolyParse p => p a -> (String -> String) -> p agraphviz Data.GraphViz.Parsing adjustErrBad is just like adjustErr except it also raises the severity of the error.