Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
LuAsWithDefault :: FieldName -> Text -> LookupFieldshvega Graphics.Vega.VegaLite Create a single name for all the fields in the secondary data source, but the second parameter gives the default value for when the lookup fails.
LuFieldsAsWithDefault :: [(FieldName, FieldName)] -> Text -> LookupFieldshvega Graphics.Vega.VegaLite Allow fields to be renamed and provide a default for when the lookup fails.
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.
decodeWithDefaults :: FromEnv a => a -> IO aenvy System.Envy Environment retrieval with default values provided
openBinaryTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)file-io System.File.OsPath Like openBinaryTempFile, but uses the default file permissions
openTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)file-io System.File.OsPath Like openTempFile, but uses the default file permissions
openBinaryTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)file-io System.File.OsPath.Internal Like openBinaryTempFile, but uses the default file permissions
openTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)file-io System.File.OsPath.Internal Like openTempFile, but uses the default file permissions