Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. logErrorWithDefault :: Show a => (Priority -> String -> IO ()) -> b -> String -> Either a b -> IO b

    status-notifier-item StatusNotifier.Util

    No documentation available.

  2. findWithDefault :: Ord k => a -> k -> IntervalMap k a -> a

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(log n). The expression (findWithDefault def k map) returns the value at key k or returns default value def when the key is not in the map.

  3. findWithDefault :: Ord k => a -> k -> IntervalMap k a -> a

    IntervalMap Data.IntervalMap.Generic.Strict

    O(log n). The expression (findWithDefault def k map) returns the value at key k or returns default value def when the key is not in the map.

    findWithDefault 'x' 1 (fromList [(5,'a'), (3,'b')]) == 'x'
    findWithDefault 'x' 5 (fromList [(5,'a'), (3,'b')]) == 'a'
    

  4. findWithDefault :: Ord k => a -> k -> IntervalMap k a -> a

    IntervalMap Data.IntervalMap.Lazy

    O(log n). The expression (findWithDefault def k map) returns the value at key k or returns default value def when the key is not in the map.

  5. findWithDefault :: Ord k => a -> k -> IntervalMap k a -> a

    IntervalMap Data.IntervalMap.Strict

    O(log n). The expression (findWithDefault def k map) returns the value at key k or returns default value def when the key is not in the map.

    findWithDefault 'x' 1 (fromList [(5,'a'), (3,'b')]) == 'x'
    findWithDefault 'x' 5 (fromList [(5,'a'), (3,'b')]) == 'a'
    

  6. findWithDefault :: IsMap map => MapValue map -> ContainerKey map -> map -> MapValue map

    classy-prelude-yesod ClassyPrelude.Yesod

    Like lookup, but uses a default value when the key does not exist in the map.

  7. data PrintSettingsGetDoubleWithDefaultMethodInfo

    gi-gtk GI.Gtk

    No documentation available.

  8. data PrintSettingsGetIntWithDefaultMethodInfo

    gi-gtk GI.Gtk

    No documentation available.

  9. data PrintSettingsGetDoubleWithDefaultMethodInfo

    gi-gtk GI.Gtk.Objects

    No documentation available.

  10. data PrintSettingsGetIntWithDefaultMethodInfo

    gi-gtk GI.Gtk.Objects

    No documentation available.

Page 16 of many | Previous | Next