Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fontSizeAdjust :: AttributeValue -> Attributeblaze-svg Text.Blaze.Svg11.Attributes Combinator for the font-size-adjust attribute.
lengthadjust :: AttributeValue -> Attributeblaze-svg Text.Blaze.Svg11.Attributes Combinator for the lengthAdjust attribute.
adjust :: (a -> a) -> ByteString -> Trie a -> Trie abytestring-trie Data.Trie Apply a function to the value at a key. If the key is not present, then the trie is returned unaltered.
adjustBy :: (ByteString -> a -> a -> a) -> ByteString -> a -> Trie a -> Trie abytestring-trie Data.Trie Alter the value associated with a given key. If the key is not present, then the trie is returned unaltered. See alterBy if you are interested in inserting new keys or deleting old keys. Because this function does not need to worry about changing the trie structure, it is somewhat faster than alterBy. Note: Prior to version 0.2.6 this function was exported from Data.Trie.Internal instead.
adjustWithKey :: (ByteString -> a -> a) -> ByteString -> Trie a -> Trie abytestring-trie Data.Trie.Convenience Apply a function to change the value at a key.
adjust :: (a -> a) -> ByteString -> Trie a -> Trie abytestring-trie Data.Trie.Internal Apply a function to the value at a key. If the key is not present, then the trie is returned unaltered.
-
cabal-debian Debian.Debianize.Optparse This data type represents changes to CabalT state, requested at command line.
_adjustment :: CommandLineOptions -> BehaviorAdjustmentcabal-debian Debian.Debianize.Optparse No documentation available.
-
cabal-debian Debian.Debianize.Optparse No documentation available.
catchJust_ :: HasCatch tag e m => Proxy# tag -> (e -> Maybe b) -> m a -> (b -> m a) -> m acapability Capability.Error For technical reasons, this method needs an extra proxy argument. You only need it if you are defining new instances of HasReader. Otherwise, you will want to use catchJust. See catchJust for more documentation.