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.

  1. data PrintSettingsGetDoubleWithDefaultMethodInfo

    gi-gtk GI.Gtk.Objects.PrintSettings

    No documentation available.

  2. data PrintSettingsGetIntWithDefaultMethodInfo

    gi-gtk GI.Gtk.Objects.PrintSettings

    No documentation available.

  3. findWithDefault :: Key k => v -> k -> Tree k v -> v

    haskey-btree Data.BTree.Pure

    Lookup a value in the tree, or return a default.

  4. findFileWithDefault :: FilePath -> FilePath -> IO FilePath

    nix-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
    

  5. promptYesNoWithDefault :: MonadIO m => Confirmation -> Bool -> Text -> m Bool

    prompt-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?"
    

  6. getEnvWithDefault :: MonadAction m => String -> String -> m String

    shake-plus Development.Shake.Plus.Env

    Lifted version of getEnvWithDefault

Page 17 of many | Previous | Next