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.
adjustMin :: (a -> a) -> MinPQueue k a -> MinPQueue k apqueue Data.PQueue.Prio.Min Alter the value at the minimum key. If the queue is empty, does nothing.
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.
adjustMinWithKey :: (k -> a -> a) -> MinPQueue k a -> MinPQueue k apqueue Data.PQueue.Prio.Min Alter the value at the minimum key. If the queue is empty, does nothing.
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.
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] }testMarkers :: TestInfo -> [SomeMarker]skeletest Skeletest.Internal.TestInfo No documentation available.
testModule :: TestInfo -> Textskeletest Skeletest.Internal.TestInfo No documentation available.
testMarkers :: TestAttrs -> [Text]skeletest Skeletest.Internal.TestTargets No documentation available.
testMarkers :: TestInfo -> [SomeMarker]skeletest Skeletest.Plugin No documentation available.
testModule :: TestInfo -> Textskeletest Skeletest.Plugin No documentation available.