Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. lookup' :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => Dictionary (PrimState m) ks k vs v -> k -> m v

    vector-hashtables Data.Vector.Hashtables

    O(1) in the best case, O(n) in the worst case. Find value by given key in Dictionary. Throws an error if value not found.

  2. lookup' :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => Dictionary (PrimState m) ks k vs v -> k -> m v

    vector-hashtables Data.Vector.Hashtables.Internal

    O(1) in the best case, O(n) in the worst case. Find value by given key in Dictionary. Throws an error if value not found.

  3. lookupIndex :: forall (ks :: Type -> Type -> Type) k (vs :: Type -> Type -> Type) v m . (MVector ks k, MVector vs v, PrimMonad m, Hashable k, Eq k) => Dictionary (PrimState m) ks k vs v -> k -> m (Maybe Int)

    vector-hashtables Data.Vector.Hashtables.Internal

    O(1) in the best case, O(n) in the worst case. Lookup the index of a key, which is its zero-based index in the sequence sorted by keys. The index is a number from 0 up to, but not including, the size of the dictionary.

  4. lookupCache :: CacheBackend cacheContainer cacheKey cacheVal -> cacheContainer -> cacheKey -> IO (Maybe cacheVal)

    wai-middleware-caching Network.Wai.Middleware.Cache

    cache lookup

  5. lookup_attrs :: WorkbookError -> [(ByteString, Text)]

    xlsx Codec.Xlsx.Parser.Stream

    No documentation available.

  6. lookup_field :: WorkbookError -> ByteString

    xlsx Codec.Xlsx.Parser.Stream

    No documentation available.

  7. lookupComment :: CellRef -> CommentTable -> Maybe Comment

    xlsx Codec.Xlsx.Types.Internal.CommentTable

    No documentation available.

  8. lookupLit :: Attribute name => String -> [T name string] -> Maybe string

    xml-basic Text.XML.Basic.Attribute

    No documentation available.

  9. lookupActorTime :: FactionId -> LevelId -> ActorId -> ActorTime -> Maybe Time

    LambdaHack Game.LambdaHack.Server.State

    No documentation available.

  10. lookupColdMethod :: Core st -> Tagged ByteString -> State st ByteString

    acid-state Data.Acid.Core

    Find the state action that corresponds to a tagged and serialized method.

Page 109 of many | Previous | Next