Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
PrintSettingsGetDoubleWithDefaultMethodInfo gi-gtk GI.Gtk.Objects.PrintSettings No documentation available.
data
PrintSettingsGetIntWithDefaultMethodInfo gi-gtk GI.Gtk.Objects.PrintSettings No documentation available.
findWithDefault :: Key k => v -> k -> Tree k v -> vhaskey-btree Data.BTree.Pure Lookup a value in the tree, or return a default.
findFileWithDefault :: FilePath -> FilePath -> IO FilePathnix-paths Nix.FindFile A convenience wrapper around findFile that returns the given default value in case the function returns nothing.
findFileWithDefault def = fmap (fromMaybe def) . findFile
promptYesNoWithDefault :: MonadIO m => Confirmation -> Bool -> Text -> m Boolprompt-hs System.Prompt Ask the user to enter yes or no. If they choose not to answer, use the default instead. The answer is given as a Bool - True for yes, False for no.
promptYesNo DontConfirm False "Do you see light at the end of the road?"
getEnvWithDefault :: MonadAction m => String -> String -> m Stringshake-plus Development.Shake.Plus.Env Lifted version of getEnvWithDefault