Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. edgeJust :: SF (Maybe a) (Event a)

    Yampa FRP.Yampa

    Edge detector particularized for detecting transitions on a Maybe signal from Nothing to Just.

  2. edgeJust :: SF (Maybe a) (Event a)

    Yampa FRP.Yampa.EventS

    Edge detector particularized for detecting transitions on a Maybe signal from Nothing to Just.

  3. gregorianDateAdjustment :: Integer -> Int -> Int -> Int

    astro Data.Astro.Time.GregorianCalendar

    No documentation available.

  4. fontSizeAdjust :: AttributeValue -> Attribute

    blaze-svg Text.Blaze.Svg11.Attributes

    Combinator for the font-size-adjust attribute.

  5. lengthadjust :: AttributeValue -> Attribute

    blaze-svg Text.Blaze.Svg11.Attributes

    Combinator for the lengthAdjust attribute.

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

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

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

    bytestring-trie Data.Trie.Convenience

    Apply a function to change the value at a key.

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

  10. data BehaviorAdjustment

    cabal-debian Debian.Debianize.Optparse

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

Page 109 of many | Previous | Next