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.
lookupValue :: Text -> Text -> Ini -> Either String Textini Data.Ini Lookup one value in the config. Example:
>>> parseIni "[SERVER]\nport: 6667\nhostname: localhost" >>= lookupValue "SERVER" "hostname" Right "localhost"
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
lookupTableEntry :: Buffer -> XRef -> Ref -> IO (Maybe Entry)pdf-toolbox-core Pdf.Core.XRef Read xref entry for the indirect object from xref table
lookupFile :: Text -> MultipartData tag -> Either String (FileData tag)servant-multipart Servant.Multipart Lookup a file input with the given name attribute.
lookupInput :: Text -> MultipartData tag -> Either String Textservant-multipart Servant.Multipart Lookup a textual input with the given name attribute.
lookupTiers :: Instances -> Expr -> [[Expr]]speculate Test.Speculate.Expr.Instance No documentation available.
lookupTiersT :: Instances -> TypeRep -> [[Expr]]speculate Test.Speculate.Expr.Instance No documentation available.
lookupLeft :: Hashable leftKey => leftKey -> Bimap leftKey rightKey -> STM (Maybe rightKey)stm-containers StmContainers.Bimap Look up a right value by the left value.
lookupRight :: Hashable rightKey => rightKey -> Bimap leftKey rightKey -> STM (Maybe leftKey)stm-containers StmContainers.Bimap Look up a left value by the right value.
lookupByKey :: Hashable key => key -> Multimap key value -> STM (Maybe (Set value))stm-containers StmContainers.Multimap Look up all values by key.