Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. adjustMin :: (a -> a) -> MinPQueue k a -> MinPQueue k a

    pqueue Data.PQueue.Prio.Min

    Alter the value at the minimum key. If the queue is empty, does nothing.

  2. adjustMinA :: Applicative f => (a -> f a) -> MinPQueue k a -> f (MinPQueue k a)

    pqueue Data.PQueue.Prio.Min

    Alter the value at the minimum key in an Applicative context. If the queue is empty, does nothing.

  3. adjustMinWithKey :: (k -> a -> a) -> MinPQueue k a -> MinPQueue k a

    pqueue Data.PQueue.Prio.Min

    Alter the value at the minimum key. If the queue is empty, does nothing.

  4. adjustMinWithKeyA :: Applicative f => (k -> a -> f a) -> MinPQueue k a -> f (MinPQueue k a)

    pqueue Data.PQueue.Prio.Min

    per operation. Alter the value at the minimum key in an Applicative context. If the queue is empty, does nothing.

  5. testMarkers :: SpecTree -> [SomeMarker]

    skeletest Skeletest.Internal.Spec

    Markers, in order from least to most recently applied.

    >>> withMarker MarkerA . withMarker MarkerB $ test ...
    
    will contain
    >>> SpecTest { testMarkers = [MarkerA, MarkerB] }
    

  6. testMarkers :: TestInfo -> [SomeMarker]

    skeletest Skeletest.Internal.TestInfo

    No documentation available.

  7. testModule :: TestInfo -> Text

    skeletest Skeletest.Internal.TestInfo

    No documentation available.

  8. testMarkers :: TestAttrs -> [Text]

    skeletest Skeletest.Internal.TestTargets

    No documentation available.

  9. testMarkers :: TestInfo -> [SomeMarker]

    skeletest Skeletest.Plugin

    No documentation available.

  10. testModule :: TestInfo -> Text

    skeletest Skeletest.Plugin

    No documentation available.

Page 82 of many | Previous | Next