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.

  1. lookupValue :: Text -> Text -> Ini -> Either String Text

    ini Data.Ini

    Lookup one value in the config. Example:

    >>> parseIni "[SERVER]\nport: 6667\nhostname: localhost" >>= lookupValue "SERVER" "hostname"
    Right "localhost"
    

  2. lookupStreamEntry :: Dict -> InputStream ByteString -> Ref -> IO (Maybe Entry)

    pdf-toolbox-core Pdf.Core.XRef

    Read xref entry for the indirect object from xref stream See pdf1.7 spec: 7.5.8 Cross-Reference Streams. May throw UnknownXRefStreamEntryType

  3. lookupTableEntry :: Buffer -> XRef -> Ref -> IO (Maybe Entry)

    pdf-toolbox-core Pdf.Core.XRef

    Read xref entry for the indirect object from xref table

  4. lookupFile :: Text -> MultipartData tag -> Either String (FileData tag)

    servant-multipart Servant.Multipart

    Lookup a file input with the given name attribute.

  5. lookupInput :: Text -> MultipartData tag -> Either String Text

    servant-multipart Servant.Multipart

    Lookup a textual input with the given name attribute.

  6. lookupTiers :: Instances -> Expr -> [[Expr]]

    speculate Test.Speculate.Expr.Instance

    No documentation available.

  7. lookupTiersT :: Instances -> TypeRep -> [[Expr]]

    speculate Test.Speculate.Expr.Instance

    No documentation available.

  8. lookupLeft :: Hashable leftKey => leftKey -> Bimap leftKey rightKey -> STM (Maybe rightKey)

    stm-containers StmContainers.Bimap

    Look up a right value by the left value.

  9. lookupRight :: Hashable rightKey => rightKey -> Bimap leftKey rightKey -> STM (Maybe leftKey)

    stm-containers StmContainers.Bimap

    Look up a left value by the right value.

  10. lookupByKey :: Hashable key => key -> Multimap key value -> STM (Maybe (Set value))

    stm-containers StmContainers.Multimap

    Look up all values by key.

Page 108 of many | Previous | Next