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.
logErrorWithDefault :: Show a => (Priority -> String -> IO ()) -> b -> String -> Either a b -> IO bstatus-notifier-item StatusNotifier.Util No documentation available.
findWithDefault :: Ord k => a -> k -> IntervalMap k a -> aIntervalMap 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.
findWithDefault :: Ord k => a -> k -> IntervalMap k a -> aIntervalMap 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'
findWithDefault :: Ord k => a -> k -> IntervalMap k a -> aIntervalMap 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.
findWithDefault :: Ord k => a -> k -> IntervalMap k a -> aIntervalMap 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'
findWithDefault :: IsMap map => MapValue map -> ContainerKey map -> map -> MapValue mapclassy-prelude-yesod ClassyPrelude.Yesod Like lookup, but uses a default value when the key does not exist in the map.
data
PrintSettingsGetDoubleWithDefaultMethodInfo gi-gtk GI.Gtk No documentation available.
data
PrintSettingsGetIntWithDefaultMethodInfo gi-gtk GI.Gtk No documentation available.
data
PrintSettingsGetDoubleWithDefaultMethodInfo gi-gtk GI.Gtk.Objects No documentation available.
data
PrintSettingsGetIntWithDefaultMethodInfo gi-gtk GI.Gtk.Objects No documentation available.