Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. lookup :: Ord k => k -> LRUCache k v -> Maybe v

    network-control Network.Control

    Looking up. O(log n)

  2. lookup :: Name -> Filter -> Maybe FilterFunction

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.Filter

    Looks up a filter function in a Lua Filter.

  3. lookup :: Int -> By6Bits e -> Maybe e

    primitive-extras PrimitiveExtras.By6Bits

    Lookup an item at the index.

  4. lookup :: forall p (c :: Type -> Constraint) f a . Typeable p => PolyMap c f a -> Maybe (f (p -> a))

    reroute Data.PolyMap

    No documentation available.

  5. lookup :: Hashable key => (element -> key) -> key -> Hamt element -> STM (Maybe element)

    stm-hamt StmHamt.Hamt

    Returns a flag, specifying, whether the size has been affected.

  6. lookup :: Hashable key => (element -> key) -> key -> SizedHamt element -> STM (Maybe element)

    stm-hamt StmHamt.SizedHamt

    No documentation available.

  7. lookup :: forall a (m :: Type -> Type) b . (Eq a, Monad m) => a -> Fold m (a, b) (Maybe b)

    streamly-core Streamly.Data.Fold

    In a stream of (key-value) pairs (a, b), return the value b of the first pair where the key equals the given value a. Definition:

    >>> lookup x = fmap snd <$> Fold.find ((== x) . fst)
    

  8. lookup :: forall a (m :: Type -> Type) b . (Eq a, Monad m) => a -> Fold m (a, b) (Maybe b)

    streamly-core Streamly.Internal.Data.Fold

    In a stream of (key-value) pairs (a, b), return the value b of the first pair where the key equals the given value a. Definition:

    >>> lookup x = fmap snd <$> Fold.find ((== x) . fst)
    

  9. lookup :: (Monad m, Eq a) => a -> Stream m (a, b) -> m (Maybe b)

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

  10. lookup :: (Monad m, Eq a) => a -> StreamK m (a, b) -> m (Maybe b)

    streamly-core Streamly.Internal.Data.StreamK

    No documentation available.

Page 15 of many | Previous | Next