Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookup :: Interface (m :: Type -> Type) -> Addr -> m (Maybe Addr)network-house Net.ARP_Protocol No documentation available.
-
pred-set Data.PredSet.Mutable No documentation available.
lookup :: forall s k a . Hashable k => k -> HashMap s k a -> Maybe (Key s k, a)refined-containers Data.HashMap.Refined If the key is in the map, return the proof of this, and the associated value; otherwise return Nothing.
lookup :: forall s k a . Hashable k => k -> HashMap s k a -> Maybe (Key s k, a)refined-containers Data.HashMap.Strict.Refined If the key is in the map, return the proof of this, and the associated value; otherwise return Nothing.
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.
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.
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.
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.
lookup :: Ord k => TMapChan k a -> k -> STM atmapchan Control.Concurrent.STM.TMapChan Blocks until there's a value available to remove from the mutlimap
lookup :: (Eq k, Hashable k) => TMapChan k a -> k -> STM atmapchan Control.Concurrent.STM.TMapChan.Hash Blocks until there's a value available to remove from the mutlimap