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. lookup :: Int -> By6Bits e -> Maybe e

    primitive-extras PrimitiveExtras.By6Bits

    Lookup an item at the index.

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

    reroute Data.PolyMap

    No documentation available.

  3. lookup :: ISessionManager r => Text -> r -> Maybe Text

    snap Snap.Snaplet.Session.SessionManager

    Lookup a key in session

  4. 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.

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

    stm-hamt StmHamt.SizedHamt

    No documentation available.

  6. 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)
    

  7. 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)
    

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

    streamly-core Streamly.Internal.Data.Stream

    No documentation available.

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

    streamly-core Streamly.Internal.Data.StreamK

    No documentation available.

  10. lookup :: forall (ctx :: Ctx BaseType) e (tp :: BaseType) . Assignment IndexLit ctx -> ArrayUpdateMap e ctx tp -> Maybe (e tp)

    what4 What4.Expr.ArrayUpdateMap

    No documentation available.

Page 15 of many | Previous | Next