• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. hashMapKeys :: HashMap key value -> Unfoldr key

    deferred-folds DeferredFolds.Unfoldr

    Keys of a hash-map

  2. hashMapValue :: (Hashable key, Eq key) => key -> HashMap key value -> Unfoldr value

    deferred-folds DeferredFolds.Unfoldr

    Deprecated: Use hashMapAt instead

  3. hashMapValues :: (Hashable key, Eq key) => HashMap key value -> Unfoldr key -> Unfoldr value

    deferred-folds DeferredFolds.Unfoldr

    Values of a hash-map by their keys

  4. intMapAssocs :: IntMap value -> Unfoldr (Int, value)

    deferred-folds DeferredFolds.Unfoldr

    Associations of an intmap

  5. type family ConcatMap (f :: a ~> [b]) (xs :: [a]) :: [b]

    defun-core DeFun.List

    List concatMap

  6. data ConcatMapSym (f :: FunKind a ~> [b] [a] ~> [b])

    defun-core DeFun.List

    No documentation available.

  7. data ConcatMapSym1 (f :: a ~> [b]) (xs :: FunKind [a] [b])

    defun-core DeFun.List

    No documentation available.

  8. PersistMap :: [(Text, PersistValue)] -> PersistValue

    esqueleto Database.Esqueleto

    No documentation available.

  9. PersistMap :: [(Text, PersistValue)] -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  10. PersistMap :: [(Text, PersistValue)] -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

Page 597 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete