Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
LeftJustification :: JustificationHPDF Graphics.PDF.Typesetting No documentation available.
RightJustification :: JustificationHPDF Graphics.PDF.Typesetting No documentation available.
setJustification :: Justification -> TM ps s ()HPDF Graphics.PDF.Typesetting No documentation available.
weaveJust :: FailOrCmd a -> Either MError aLambdaHack Game.LambdaHack.Client.UI.HandleHelperM No documentation available.
-
LambdaHack Game.LambdaHack.Client.UI.Watch.WatchSfxAtomicM No documentation available.
adjust :: (Ord p, Ord k) => (p -> p) -> k -> PSQ k p -> PSQ k pPSQueue Data.PSQueue O(log n) Adjust the priority of a key.
adjustWithKey :: (Ord k, Ord p) => (k -> p -> p) -> k -> PSQ k p -> PSQ k pPSQueue Data.PSQueue O(log n) Adjust the priority of a key.
adjust :: (Ord p, Ord k) => (p -> p) -> k -> PSQ k p -> PSQ k pPSQueue Data.PSQueue.Internal O(log n) Adjust the priority of a key.
adjustWithKey :: (Ord k, Ord p) => (k -> p -> p) -> k -> PSQ k p -> PSQ k pPSQueue Data.PSQueue.Internal O(log n) Adjust the priority of a key.
induceJust :: Graph (Maybe a) -> Graph aalgebraic-graphs Algebra.Graph Construct the induced subgraph of a given graph by removing the vertices that are Nothing. Complexity: O(s) time, memory and size. Good consumer and producer.
induceJust (vertex Nothing) == empty induceJust (edge (Just x) Nothing) == vertex x induceJust . fmap Just == id induceJust . fmap (\x -> if p x then Just x else Nothing) == induce p