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.
emptyInstalledPackageInfo :: InstalledPackageInfoCabal-syntax Distribution.Types.InstalledPackageInfo No documentation available.
installedComponentId_ :: InstalledPackageInfo -> ComponentIdCabal-syntax Distribution.Types.InstalledPackageInfo No documentation available.
installedUnitId :: InstalledPackageInfo -> UnitIdCabal-syntax Distribution.Types.InstalledPackageInfo No documentation available.
-
Cabal-syntax Distribution.Types.InstalledPackageInfo.Lens No documentation available.
installedComponentId_ :: Lens' InstalledPackageInfo ComponentIdCabal-syntax Distribution.Types.InstalledPackageInfo.Lens No documentation available.
installedUnitId :: Lens' InstalledPackageInfo UnitIdCabal-syntax Distribution.Types.InstalledPackageInfo.Lens No documentation available.
ExplicitForAll :: KnownExtensionCabal-syntax Language.Haskell.Extension Make forall a keyword in types, which can be used to give the generalisation explicitly.
ParallelArrays :: KnownExtensionCabal-syntax Language.Haskell.Extension Enable parallel arrays syntax ([:, :]) for Data Parallel Haskell.
ParallelListComp :: KnownExtensionCabal-syntax Language.Haskell.Extension Provide syntax for writing list comprehensions which iterate over several lists together, like the zipWith family of functions.
canonicalizeAllNodes :: ArrowList a => a XmlTree XmlTreehxt 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