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. lookupAs :: FieldName -> Data -> FieldName -> FieldName -> BuildTransformSpecs

    hvega Graphics.Vega.VegaLite

    Deprecated: Please change 'lookupAs ... alias' to 'lookup ... (LuAs alias)'

  2. lookupSelection :: FieldName -> SelectionLabel -> FieldName -> BuildTransformSpecs

    hvega 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"
    

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

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

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

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

    pdf-toolbox-core Pdf.Core.XRef

    Read xref entry for the indirect object from xref table

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

    servant-multipart Servant.Multipart

    Lookup a file input with the given name attribute.

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

    servant-multipart Servant.Multipart

    Lookup a textual input with the given name attribute.

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

    speculate Test.Speculate.Expr.Instance

    No documentation available.

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

    speculate Test.Speculate.Expr.Instance

    No documentation available.

Page 107 of many | Previous | Next