Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
processWithDefault :: Text -> Template -> Context -> Textglabrous Text.Glabrous Process and replace missing variables in Context with the given default replacement Text.
-
gtk3 Graphics.UI.Gtk.Printing.PrintSettings Returns the floating point number represented by the value that is associated with key, or defaultVal if the value does not represent a floating point number. Floating point numbers are parsed with gAsciiStrtod.
-
gtk3 Graphics.UI.Gtk.Printing.PrintSettings Returns the value of key, interpreted as an integer, or the default value.
findWithDefault :: (Hashable k, Ord k) => a -> k -> Map k a -> ahashmap Data.HashMap The expression (findWithDefault def k map) returns the value at key k or returns def when the key is not an element of the map.
module Data.Mapping.
MapWithDefault No documentation available.
-
mappings Data.Mapping.MapWithDefault Mappings constant except on an enumerated set of values
MapWithDefault :: v -> Map k v -> MapWithDefault k vmappings Data.Mapping.MapWithDefault No documentation available.
-
sized Data.Sized Construct a Sized f n a by padding default value if the given list is short. Since 0.5.0.0 (type changed)
-
sized Data.Sized fromListWithDefault with the result length inferred. Since 0.7.0.0
-
sized Data.Sized Construct a Sized f n a by padding default value if the given list is short. Since 0.7.0.0