Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
lookup' :: KeySpec -> KVITable v -> Maybe vkvitable Data.KVITable Like lookup, but assumes a normalized key (all key elements specified, and in the proper order). Faster than lookup, but will return false negatives if not used with a normalized key.
lookupCMap :: (?callStack :: CallStack) => CMap a -> SubcId -> aliquid-fixpoint Language.Fixpoint.Graph.Types CMap API -------------------------------------------------------------
lookupLocalRewrites :: BindId -> LocalRewritesEnv -> Maybe LocalRewritesliquid-fixpoint Language.Fixpoint.Types.Constraints No documentation available.