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. printSettingsGetIntWithDefault :: (PrintSettingsClass self, GlibString string) => self -> string -> Int -> IO Int

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

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

  2. findWithDefault :: (Hashable k, Ord k) => a -> k -> Map k a -> a

    hashmap Data.HashMap

    The expression (findWithDefault def k map) returns the value at key k or returns def when the key is not an element of the map.

  3. module Data.Mapping.MapWithDefault

    No documentation available.

  4. data MapWithDefault k v

    mappings Data.Mapping.MapWithDefault

    Mappings constant except on an enumerated set of values

  5. MapWithDefault :: v -> Map k v -> MapWithDefault k v

    mappings Data.Mapping.MapWithDefault

    No documentation available.

  6. fromListWithDefault :: forall (f :: Type -> Type) (n :: Nat) a . (Dom f a, CFreeMonoid f) => SNat n -> a -> [a] -> Sized f n a

    sized Data.Sized

    Construct a Sized f n a by padding default value if the given list is short. Since 0.5.0.0 (type changed)

  7. fromListWithDefault' :: forall (f :: Type -> Type) (n :: Nat) a . (KnownNat n, CFreeMonoid f, Dom f a) => a -> [a] -> Sized f n a

    sized Data.Sized

    fromListWithDefault with the result length inferred. Since 0.7.0.0

  8. toSizedWithDefault :: forall f (n :: Nat) a . (CFreeMonoid f, Dom f a) => SNat n -> a -> f a -> Sized f n a

    sized Data.Sized

    Construct a Sized f n a by padding default value if the given list is short. Since 0.7.0.0

  9. toSizedWithDefault' :: forall f (n :: Nat) a . (KnownNat n, CFreeMonoid f, Dom f a) => a -> f a -> Sized f n a

    sized Data.Sized

    toSizedWithDefault with the result length inferred. Since 0.7.0.0

  10. logErrorWithDefault :: Show a => (Priority -> String -> IO ()) -> b -> String -> Either a b -> IO b

    status-notifier-item StatusNotifier.Util

    No documentation available.

Page 15 of many | Previous | Next