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.
findWithDefault :: Ord k => a -> k -> IntervalMap k a -> adata-interval Data.IntervalMap.Lazy 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 -> adata-interval Data.IntervalMap.Strict 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.
insertColumnWithDefault :: Columnable a => a -> Text -> Vector a -> DataFrame -> DataFramedataframe DataFrame O(k) Add a column to the dataframe providing a default. This constructs a new vector and also may convert it to an unboxed vector if necessary. Since columns are usually large the runtime is dominated by the length of the list, k.
readWithDefault :: (HasCallStack, Read a) => a -> Text -> adataframe DataFrame No documentation available.
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
-
gi-gtk4 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.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Returns the value of key, interpreted as an integer, or the default value.