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.

  1. LuFieldsWithDefault :: [FieldName] -> Text -> LookupFields

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

  2. findWithDefault :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => Dictionary (PrimState m) ks k vs v -> v -> k -> m v

    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.

  3. getVarWithDefault :: MonadCGI m => String -> String -> m String

    cgi Network.CGI

    No documentation available.

  4. getArgWithDefault :: Arguments -> String -> Option -> String

    docopt System.Console.Docopt

    Same as getArg, but eliminate Nothing with a default argument.

  5. getArgWithDefault :: Arguments -> String -> Option -> String

    docopt System.Console.Docopt.NoTH

    Same as getArg, but eliminate Nothing with a default argument.

  6. decodeWithDefaults :: FromEnv a => a -> IO a

    envy System.Envy

    Environment retrieval with default values provided

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

    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

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

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

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

    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.

  10. printSettingsGetIntWithDefault :: (PrintSettingsClass self, GlibString string) => self -> string -> Int -> IO Int

    gtk Graphics.UI.Gtk.Printing.PrintSettings

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

Page 11 of many | Previous | Next