Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. lookup :: Int -> IntMap s a -> Maybe (Key s, a)

    refined-containers Data.IntMap.Refined

    If the key is in the map, return the proof of this, and the associated value; otherwise return Nothing.

  2. lookup :: Int -> IntMap s a -> Maybe (Key s, a)

    refined-containers Data.IntMap.Strict.Refined

    If the key is in the map, return the proof of this, and the associated value; otherwise return Nothing.

  3. lookup :: forall s k a . Ord k => k -> Map s k a -> Maybe (Key s k, a)

    refined-containers Data.Map.Refined

    If the key is in the map, return the proof of this, and the associated value; otherwise return Nothing.

  4. lookup :: forall s k a . Ord k => k -> Map s k a -> Maybe (Key s k, a)

    refined-containers Data.Map.Strict.Refined

    If the key is in the map, return the proof of this, and the associated value; otherwise return Nothing.

  5. lookup :: Ord k => TMapChan k a -> k -> STM a

    tmapchan Control.Concurrent.STM.TMapChan

    Blocks until there's a value available to remove from the mutlimap

  6. lookup :: (Eq k, Hashable k) => TMapChan k a -> k -> STM a

    tmapchan Control.Concurrent.STM.TMapChan.Hash

    Blocks until there's a value available to remove from the mutlimap

  7. lookup :: MonadUnion l m => Node -> m (Node, l)

    union-find-array Control.Monad.Union

    Find the node representing a given node, and its label.

  8. lookup :: MonadUnion l m => Node -> m (Node, l)

    union-find-array Control.Monad.Union.Class

    Find the node representing a given node, and its label.

  9. lookup :: Union l -> Node -> (Node, l)

    union-find-array Data.Union

    Look up the representative of a node, and its label.

  10. lookup :: UnionST s l -> Int -> ST s (Int, l)

    union-find-array Data.Union.ST

    Look up the representative of a given node and its label.

Page 26 of many | Previous | Next