Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. findWithDefault :: Ord k => a -> k -> IntervalMap k a -> a

    data-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.

  2. findWithDefault :: Ord k => a -> k -> IntervalMap k a -> a

    data-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.

  3. openBinaryTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)

    file-io System.File.OsPath

    Like openBinaryTempFile, but uses the default file permissions

  4. openTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)

    file-io System.File.OsPath

    Like openTempFile, but uses the default file permissions

  5. openBinaryTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)

    file-io System.File.OsPath.Internal

    Like openBinaryTempFile, but uses the default file permissions

  6. openTempFileWithDefaultPermissions :: OsPath -> OsString -> IO (OsPath, Handle)

    file-io System.File.OsPath.Internal

    Like openTempFile, but uses the default file permissions

  7. printSettingsGetDoubleWithDefault :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Double -> m Double

    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.

  8. printSettingsGetIntWithDefault :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Int32 -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Returns the value of key, interpreted as an integer, or the default value.

  9. processWithDefault :: Text -> Template -> Context -> Text

    glabrous Text.Glabrous

    Process and replace missing variables in Context with the given default replacement Text.

  10. printSettingsGetDoubleWithDefault :: (PrintSettingsClass self, GlibString string) => self -> string -> Double -> IO Double

    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.

Page 14 of many | Previous | Next