Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. emptyInstalledPackageInfo :: InstalledPackageInfo

    Cabal-syntax Distribution.Types.InstalledPackageInfo

    No documentation available.

  2. installedComponentId_ :: InstalledPackageInfo -> ComponentId

    Cabal-syntax Distribution.Types.InstalledPackageInfo

    No documentation available.

  3. installedUnitId :: InstalledPackageInfo -> UnitId

    Cabal-syntax Distribution.Types.InstalledPackageInfo

    No documentation available.

  4. data InstalledPackageInfo

    Cabal-syntax Distribution.Types.InstalledPackageInfo.Lens

    No documentation available.

  5. installedComponentId_ :: Lens' InstalledPackageInfo ComponentId

    Cabal-syntax Distribution.Types.InstalledPackageInfo.Lens

    No documentation available.

  6. installedUnitId :: Lens' InstalledPackageInfo UnitId

    Cabal-syntax Distribution.Types.InstalledPackageInfo.Lens

    No documentation available.

  7. ExplicitForAll :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Make forall a keyword in types, which can be used to give the generalisation explicitly.

  8. ParallelArrays :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable parallel arrays syntax ([:, :]) for Data Parallel Haskell.

  9. ParallelListComp :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Provide syntax for writing list comprehensions which iterate over several lists together, like the zipWith family of functions.

  10. canonicalizeAllNodes :: ArrowList a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    Applies some "Canonical XML" rules to a document tree. The rule differ slightly for canonical XML and XPath in handling of comments Note: This is not the whole canonicalization as it is specified by the W3C Recommendation. Adding attribute defaults or sorting attributes in lexicographic order is done by the transform function of module Text.XML.HXT.Validator.Validation. Replacing entities or line feed normalization is done by the parser. Rules: remove DTD parts, processing instructions, comments and substitute char refs in attribute values and text Not implemented yet:

    • Whitespace within start and end tags is normalized
    • Special characters in attribute values and character content are replaced by character references

Page 423 of many | Previous | Next