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.
LuFieldsWithDefault :: [FieldName] -> Text -> LookupFieldshvega Graphics.Vega.VegaLite The name of the fields to return from the secondary data source, along with the default value to use if the lookup fails.
-
vector-hashtables Data.Vector.Hashtables.Internal O(1) in the best case, O(n) in the worst case. The expression findWithDefault ht def k returns the value at key k or returns default value def when the key is not in the dictionary.
getVarWithDefault :: MonadCGI m => String -> String -> m Stringcgi Network.CGI No documentation available.
getArgWithDefault :: Arguments -> String -> Option -> Stringdocopt System.Console.Docopt Same as getArg, but eliminate Nothing with a default argument.
getArgWithDefault :: Arguments -> String -> Option -> Stringdocopt System.Console.Docopt.NoTH Same as getArg, but eliminate Nothing with a default argument.
decodeWithDefaults :: FromEnv a => a -> IO aenvy System.Envy Environment retrieval with default values provided
-
gi-gtk3 GI.Gtk.Objects.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 asciiStrtod. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Returns the value of key, interpreted as an integer, or the default value. Since: 2.10
-
gtk 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.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Returns the value of key, interpreted as an integer, or the default value.