Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. lookupValueName :: String -> Q (Maybe Name)

    template-haskell Language.Haskell.TH

    Look up the given name in the (value namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.

  2. lookupName :: Bool -> String -> Q (Maybe Name)

    template-haskell Language.Haskell.TH.Syntax

    No documentation available.

  3. lookupTypeName :: String -> Q (Maybe Name)

    template-haskell Language.Haskell.TH.Syntax

    Look up the given name in the (type namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.

  4. lookupValueName :: String -> Q (Maybe Name)

    template-haskell Language.Haskell.TH.Syntax

    Look up the given name in the (value namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.

  5. lookup' :: Eq k => Hash -> k -> HashMap k v -> Maybe v

    unordered-containers Data.HashMap.Internal

    lookup' is a version of lookup that takes the hash separately. It is used to implement alterF.

  6. lookupDefault :: (Eq k, Hashable k) => v -> k -> HashMap k v -> v

    unordered-containers Data.HashMap.Internal

    Return the value to which the specified key is mapped, or the default value if this map contains no mapping for the key. DEPRECATED: lookupDefault is deprecated as of version 0.2.11, replaced by findWithDefault.

  7. lookupRecordCollision :: Eq k => Hash -> k -> HashMap k v -> LookupRes v

    unordered-containers Data.HashMap.Internal

    No documentation available.

  8. lookupResToMaybe :: LookupRes a -> Maybe a

    unordered-containers Data.HashMap.Internal

    No documentation available.

  9. lookupDefault :: (Eq k, Hashable k) => v -> k -> HashMap k v -> v

    unordered-containers Data.HashMap.Internal.Strict

    Return the value to which the specified key is mapped, or the default value if this map contains no mapping for the key. DEPRECATED: lookupDefault is deprecated as of version 0.2.11, replaced by findWithDefault.

  10. lookupDefault :: (Eq k, Hashable k) => v -> k -> HashMap k v -> v

    unordered-containers Data.HashMap.Lazy

    Return the value to which the specified key is mapped, or the default value if this map contains no mapping for the key. DEPRECATED: lookupDefault is deprecated as of version 0.2.11, replaced by findWithDefault.

Page 38 of many | Previous | Next