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.
lookupAs :: FieldName -> Data -> FieldName -> FieldName -> BuildTransformSpecshvega Graphics.Vega.VegaLite Deprecated: Please change 'lookupAs ... alias' to 'lookup ... (LuAs alias)'
lookupSelection :: FieldName -> SelectionLabel -> FieldName -> BuildTransformSpecshvega Graphics.Vega.VegaLite Attach the results of an interactive selection to a primary data source. This is similar to lookup except that the data in a selection are used in place of the secondary data source. See the Vega Lite lookup selection documentation.
sel = selection . select "mySel" Single [ On "mouseover", Encodings [ ChX ] ] trans = transform . lookupSelection "country" "mySel" "country"
lookupArray :: 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"
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.