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.
-
acid-state Data.Acid.Core Find the state action that corresponds to an in-memory method.
-
acid-state Data.Acid.Core Find the state action and serialiser that correspond to an in-memory method.
lookup2 :: BCP47 -> Trie2 a -> Maybe abcp47 Data.BCP47.Trie.Internal No documentation available.
lookupDependency :: Package pkg => PackageIndex pkg -> PackageName -> VersionRange -> [pkg]cabal-install-solver Distribution.Solver.Types.PackageIndex Does a case-sensitive search by package name and a range of versions. We get back any number of versions of the specified package name, all satisfying the version range constraint.
lookupPackageId :: Package pkg => PackageIndex pkg -> PackageIdentifier -> Maybe pkgcabal-install-solver Distribution.Solver.Types.PackageIndex Does a lookup by package id (name & version). Since multiple package DBs mask each other case-sensitively by package name, then we get back at most one package.
lookupPackageName :: Package pkg => PackageIndex pkg -> PackageName -> [pkg]cabal-install-solver Distribution.Solver.Types.PackageIndex Does a case-sensitive search by package name.
lookup' :: (Eq k, Hashable k) => Cache k v -> k -> IO (Maybe v)cache Data.Cache Lookup an item with the given key, but don't delete it if it is expired. The function will only return a value if it is present in the cache and if the item is not expired. The function will not delete the item from the cache.
lookupSTM :: (Eq k, Hashable k) => Bool -> k -> Cache k v -> TimeSpec -> STM (Maybe v)cache Data.Cache Lookup an item with a given key in the STM monad, given the current Monotonic time. STM variant of lookup and lookup'
lookupInSection :: Text -> Text -> RawIni -> Seq Textconfig-ini Data.Ini.Config.Raw Look up an Ini value by section name and key. Returns the sequence of matches.
lookupSection :: Text -> RawIni -> Seq IniSectionconfig-ini Data.Ini.Config.Raw Look up an Ini section by name. Returns a sequence of all matching section records.