Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
yaya Yaya.Functor This isn’t a Functor instance because of the position of the a, but you can use it like: > newtype List a = List (Mu (XNor a)) > instance Functor List where > fmap f (List mu) = List (firstMap f mu)
insertSelectStmt :: InsertValues -> Selectbeam-core Database.Beam.Backend.SQL.AST No documentation available.