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.
lookupValue :: Text -> IniSection -> Seq IniValueconfig-ini Data.Ini.Config.Raw Look up an Ini key's value in a given section by the key. Returns the sequence of matches.
lookupKeyValue :: Key κ => κ -> Map κ ν -> Maybe νcore-data Core.Data.Structures If the dictionary contains the specified key, return the value associated with that key.
lookupPackageByRel :: PackageNameMap a -> (a -> (BinPkgName, DebianVersion)) -> Relation -> [a]debian Debian.Apt.Package lookupPackageByRel returns all the packages that satisfy the specified relation TODO: Add architecture check
lookupP :: ControlFunctions a => String -> Paragraph' a -> Maybe (Field' a)debian Debian.Control lookupP fieldName paragraph looks up a Field in a Paragraph. N.B. trailing and leading whitespace is not stripped.
lookupP :: ControlFunctions a => String -> Paragraph' a -> Maybe (Field' a)debian Debian.Control.Builder lookupP fieldName paragraph looks up a Field in a Paragraph. N.B. trailing and leading whitespace is not stripped.
lookupP :: ControlFunctions a => String -> Paragraph' a -> Maybe (Field' a)debian Debian.Control.ByteString lookupP fieldName paragraph looks up a Field in a Paragraph. N.B. trailing and leading whitespace is not stripped.
lookupP :: ControlFunctions a => String -> Paragraph' a -> Maybe (Field' a)debian Debian.Control.Common lookupP fieldName paragraph looks up a Field in a Paragraph. N.B. trailing and leading whitespace is not stripped.
lookupP :: ControlFunctions a => String -> Paragraph' a -> Maybe (Field' a)debian Debian.Control.String lookupP fieldName paragraph looks up a Field in a Paragraph. N.B. trailing and leading whitespace is not stripped.
lookupP :: ControlFunctions a => String -> Paragraph' a -> Maybe (Field' a)debian Debian.Control.Text lookupP fieldName paragraph looks up a Field in a Paragraph. N.B. trailing and leading whitespace is not stripped.
lookupP :: ControlFunctions a => String -> Paragraph' a -> Maybe (Field' a)debian Debian.Control.TextLazy lookupP fieldName paragraph looks up a Field in a Paragraph. N.B. trailing and leading whitespace is not stripped.