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. lookupValue :: Text -> IniSection -> Seq IniValue

    config-ini Data.Ini.Config.Raw

    Look up an Ini key's value in a given section by the key. Returns the sequence of matches.

  2. lookupKeyValue :: Key κ => κ -> Map κ ν -> Maybe ν

    core-data Core.Data.Structures

    If the dictionary contains the specified key, return the value associated with that key.

  3. 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

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

Page 111 of many | Previous | Next