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. hmFindWithDefault :: (Eq k, Hashable k) => v -> k -> HashMap k v -> v

    clash-lib Clash.Netlist.Util

    No documentation available.

  2. optionWithDefault :: forall (m :: Type -> Type) (n :: Type -> Type) s a . (Alternative m, Alternative n) => Format m n s () -> Format m n s a -> Format m n s (Maybe a)

    construct Construct

    Like optional except with arbitrary default serialization for the Nothing value.

    optional = optionWithDefault (literal mempty)
    

  3. parseArgumentWithDefault :: String -> Parser b -> b -> Parser b

    currycarbon Currycarbon.ParserHelpers

    No documentation available.

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

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

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

    file-io System.File.OsPath

    Like openBinaryTempFile, but uses the default file permissions

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

    file-io System.File.OsPath

    Like openTempFile, but uses the default file permissions

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

    file-io System.File.OsPath.Internal

    Like openBinaryTempFile, but uses the default file permissions

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

    file-io System.File.OsPath.Internal

    Like openTempFile, but uses the default file permissions

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

    glabrous Text.Glabrous

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

Page 14 of many | Previous | Next