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. gassertJust :: (HasCallStack, AssertM m) => Maybe a -> m a

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given value is a Nothing.

  2. gassertJustVerbose :: (HasCallStack, AssertM m) => String -> Maybe a -> m a

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given value is a Nothing, supplying an additional error message.

  3. adjust :: (Ord a, Ord b) => (b -> b) -> a -> Bimap a b -> Bimap a b

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

  4. adjustR :: (Ord a, Ord b) => (a -> a) -> b -> Bimap a b -> Bimap a b

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

  5. adjustWithKey :: (Ord a, Ord b) => (a -> b -> b) -> a -> Bimap a b -> Bimap a b

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

  6. adjustWithKeyR :: (Ord a, Ord b) => (b -> a -> a) -> b -> Bimap a b -> Bimap a b

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

  7. LabelJust :: Justification -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: GC; Default: JCenter

  8. NoJustify :: Bool -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: GCNE; Default: False; Parsing Default: True

  9. adjustErr :: Commitment p => p a -> (String -> String) -> p a

    graphviz Data.GraphViz.Parsing

    p adjustErr f applies the transformation f to any error message generated in p, having no effect if p succeeds.

  10. adjustErrBad :: PolyParse p => p a -> (String -> String) -> p a

    graphviz Data.GraphViz.Parsing

    adjustErrBad is just like adjustErr except it also raises the severity of the error.

Page 50 of many | Previous | Next