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.

  1. fontSizeAdjust :: AttributeValue -> Attribute

    blaze-svg Text.Blaze.Svg11.Attributes

    Combinator for the font-size-adjust attribute.

  2. lengthadjust :: AttributeValue -> Attribute

    blaze-svg Text.Blaze.Svg11.Attributes

    Combinator for the lengthAdjust attribute.

  3. adjust :: (a -> a) -> ByteString -> Trie a -> Trie a

    bytestring-trie Data.Trie

    Apply a function to the value at a key. If the key is not present, then the trie is returned unaltered.

  4. adjustBy :: (ByteString -> a -> a -> a) -> ByteString -> a -> Trie a -> Trie a

    bytestring-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.

  5. adjustWithKey :: (ByteString -> a -> a) -> ByteString -> Trie a -> Trie a

    bytestring-trie Data.Trie.Convenience

    Apply a function to change the value at a key.

  6. adjust :: (a -> a) -> ByteString -> Trie a -> Trie a

    bytestring-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.

  7. data BehaviorAdjustment

    cabal-debian Debian.Debianize.Optparse

    This data type represents changes to CabalT state, requested at command line.

  8. _adjustment :: CommandLineOptions -> BehaviorAdjustment

    cabal-debian Debian.Debianize.Optparse

    No documentation available.

  9. handleBehaviorAdjustment :: forall (m :: Type -> Type) . MonadIO m => BehaviorAdjustment -> CabalT m ()

    cabal-debian Debian.Debianize.Optparse

    No documentation available.

  10. catchJust_ :: HasCatch tag e m => Proxy# tag -> (e -> Maybe b) -> m a -> (b -> m a) -> m a

    capability 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.

Page 121 of many | Previous | Next