Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. lookup :: Insertable k => k -> MultiMap k v -> Maybe [v]

    distributed-process-extras Control.Distributed.Process.Extras.Internal.Containers.MultiMap

    No documentation available.

  2. lookup :: Expr -> Triexpr a -> [(Expr, [(Expr, Expr)], a)]

    express Data.Express.Triexpr

    Performs a lookup in a Triexpr.

  3. lookup :: KeyedCollection c => Key c -> c -> Maybe (Value c)

    foundation Foundation.Collection

    No documentation available.

  4. lookup :: Lookup f => Key f -> f a -> Maybe a

    keys Data.Key

    No documentation available.

  5. lookup :: (Eq k, Hashable k) => k -> MonoidalHashMap k v -> Maybe v

    monoidal-containers Data.HashMap.Monoidal

    O(log n) Return the value to which the specified key is mapped, or Nothing if this map contains no mapping for the key.

  6. lookup :: Int -> MonoidalIntMap a -> Maybe a

    monoidal-containers Data.IntMap.Monoidal

    No documentation available.

  7. lookup :: Int -> MonoidalIntMap a -> Maybe a

    monoidal-containers Data.IntMap.Monoidal.Strict

    No documentation available.

  8. lookup :: Ord k => k -> MonoidalMap k a -> Maybe a

    monoidal-containers Data.Map.Monoidal

    No documentation available.

  9. lookup :: Ord k => k -> MonoidalMap k a -> Maybe a

    monoidal-containers Data.Map.Monoidal.Strict

    No documentation available.

  10. lookup :: Ord k => k -> MultiMap k a -> [a]

    multimap Data.MultiMap

    O(log n). Lookup the value at a key in the map. The function will return the corrsponding values as a List, or the empty list if no values are associated witht the given key.

Page 10 of many | Previous | Next