Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal-syntax Distribution.SPDX.LicenseId McPhee-slideshow, McPhee Slideshow License, SPDX License List 3.23
legacyShowFlagAssignment :: FlagAssignment -> StringCabal-syntax Distribution.Types.Flag We need this as far as we support custom setups older than 2.2.0.0
legacyShowFlagAssignment' :: FlagAssignment -> [String]Cabal-syntax Distribution.Types.Flag No documentation available.
libVersionNumberShow :: LibVersionInfo -> StringCabal-syntax Distribution.Types.ForeignLib Given a version-info field, return "major.minor.build" as a String
xshowEscapeXml :: ArrowXml a => a n XmlTree -> a n Stringhxt Text.XML.HXT.Arrow.Edit apply an arrow to the input and convert the resulting XML trees into an XML escaped string This is a save variant for converting a tree into an XML string representation that is parsable with ReadDocument. It is implemented with xshow, but xshow does no XML escaping. The XML escaping is done with escapeXmlDoc before xshow is applied. So the following law holds
xshowEscapeXml f >>> xread == f
xshow :: ArrowXml a => a n XmlTree -> a n Stringhxt Text.XML.HXT.Arrow.XmlArrow apply an arrow to the input and convert the resulting XML trees into a string representation
xshowBlob :: ArrowXml a => a n XmlTree -> a n Blobhxt Text.XML.HXT.Arrow.XmlArrow apply an arrow to the input and convert the resulting XML trees into a string representation
-
hxt Text.XML.HXT.Arrow.XmlOptions No documentation available.
-
hxt Text.XML.HXT.Arrow.XmlOptions No documentation available.
withShowHaskell :: Bool -> SysConfighxt Text.XML.HXT.Arrow.XmlState No documentation available.