Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapFindWithDefault :: a -> Label -> LabelMap a -> a

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  2. findWithDefault :: a -> Key -> Word64Map a -> a

    ghc GHC.Data.Word64Map.Internal

    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.

    findWithDefault 'x' 1 (fromList [(5,'a'), (3,'b')]) == 'x'
    findWithDefault 'x' 5 (fromList [(5,'a'), (3,'b')]) == 'a'
    

  3. findWithDefault :: a -> Key -> Word64Map a -> a

    ghc GHC.Data.Word64Map.Lazy

    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.

    findWithDefault 'x' 1 (fromList [(5,'a'), (3,'b')]) == 'x'
    findWithDefault 'x' 5 (fromList [(5,'a'), (3,'b')]) == 'a'
    

  4. findWithDefault :: a -> Key -> Word64Map a -> a

    ghc GHC.Data.Word64Map.Strict

    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.

    findWithDefault 'x' 1 (fromList [(5,'a'), (3,'b')]) == 'x'
    findWithDefault 'x' 5 (fromList [(5,'a'), (3,'b')]) == 'a'
    

  5. findWithDefault :: a -> Key -> Word64Map a -> a

    ghc GHC.Data.Word64Map.Strict.Internal

    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.

    findWithDefault 'x' 1 (fromList [(5,'a'), (3,'b')]) == 'x'
    findWithDefault 'x' 5 (fromList [(5,'a'), (3,'b')]) == 'a'
    

  6. lookupWithDefaultUFM :: Uniquable key => UniqFM key elt -> elt -> key -> elt

    ghc GHC.Types.Unique.FM

    No documentation available.

  7. lookupWithDefaultUniqMap :: Uniquable k => UniqMap k a -> a -> k -> a

    ghc GHC.Types.Unique.Map

    No documentation available.

  8. lookupWithDefaultVarEnv :: VarEnv a -> a -> Var -> a

    ghc GHC.Types.Var.Env

    No documentation available.

  9. lookupWithDefaultModuleEnv :: ModuleEnv a -> a -> Module -> a

    ghc GHC.Unit.Module.Env

    No documentation available.

  10. findWithDefault :: a -> Key -> CharMap a -> a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

Page 4 of many | Previous | Next