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.
edgeJust :: SF (Maybe a) (Event a)Yampa FRP.Yampa Edge detector particularized for detecting transitions on a Maybe signal from Nothing to Just.
edgeJust :: SF (Maybe a) (Event a)Yampa FRP.Yampa.EventS Edge detector particularized for detecting transitions on a Maybe signal from Nothing to Just.
gregorianDateAdjustment :: Integer -> Int -> Int -> Intastro Data.Astro.Time.GregorianCalendar No documentation available.
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.