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.
lookupChild :: Addressable a => a -> ChildKey -> Process (Maybe (ChildRef, ChildSpec))distributed-process-supervisor Control.Distributed.Process.Supervisor Lookup a possibly supervised child, given its ChildKey.
lookupNote :: ByteString -> NoteMap -> Maybe Blocksdjot Djot.AST No documentation available.
lookupReference :: ByteString -> ReferenceMap -> Maybe (ByteString, Attr)djot Djot.AST No documentation available.
lookupIndex :: forall (m :: Type -> Type) . Int -> GVal m -> Maybe (GVal m)ginger Text.Ginger.GVal Treat a GVal as a flat list and look up a value by integer index. If the value is not a List, or if the index exceeds the list length, return Nothing.
lookupIndexMay :: forall (m :: Type -> Type) . Maybe Int -> GVal m -> Maybe (GVal m)ginger Text.Ginger.GVal Helper function; look up a value by an integer index when the index may or may not be available. If no index is given, return Nothing.
lookupKey :: forall (m :: Type -> Type) . Text -> GVal m -> Maybe (GVal m)ginger Text.Ginger.GVal Strictly-typed lookup: treat value as a dictionary-like object and look up the value at a given key.
lookupLoose :: forall (m :: Type -> Type) . GVal m -> GVal m -> Maybe (GVal m)ginger Text.Ginger.GVal Loosely-typed lookup: try dictionary-style lookup first (treat index as a string, and container as a dictionary), if that doesn't yield anything (either because the index is not string-ish, or because the container doesn't provide dictionary-style access), try index-based lookup.
lookupLooseDef :: forall (m :: Type -> Type) . GVal m -> GVal m -> GVal m -> GVal mginger Text.Ginger.GVal Like lookupLoose, but fall back to the given default value if the key is not in the dictionary, or if the indexee is not a dictionary-like object.
lookupException :: String -> Exceptions -> Maybe [Int]hyphenation Text.Hyphenation.Exception Try to find a matching hyphenation exception.
lookupPattern :: String -> Patterns -> [Int]hyphenation Text.Hyphenation.Pattern Tallies the hyphenation scores for a word considering all tails.