Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showConstraintSource :: ConstraintSource -> Stringcabal-install-solver Distribution.Solver.Types.ConstraintSource Description of a ConstraintSource.
showStanza :: OptionalStanza -> Stringcabal-install-solver Distribution.Solver.Types.OptionalStanza String representation of an OptionalStanza.
showStanzas :: OptionalStanzaSet -> Stringcabal-install-solver Distribution.Solver.Types.OptionalStanza No documentation available.
showPackageConstraint :: PackageConstraint -> Stringcabal-install-solver Distribution.Solver.Types.PackageConstraint Alternative textual representation of a package constraint for debugging purposes (slightly more verbose than that produced by dispPackageConstraint).
-
cabal-install-solver Distribution.Solver.Types.PackagePath String representation of a qualified package name.
-
cdar-mBound Data.CDAR.Approx Gives a decimal representation of an approximation. It tries to give as many decimal digits as possible given the precision of the approximation. The representation may be wrong by 1 ulp (unit in last place). If the value is not exact the representation will be followed by ~. The representation is not always intuitive:
>>> showA (Approx 1 1 0) "1.~"
The meaning of the above is that it is 1, but then the added ~ (which must be after the decimal point) means that the last position may be off by 1, i.e., it could be down to 0 or up to 2. And [0,2] is indeed the range encoded by the above approximation. -
cdar-mBound Data.CDAR.Approx Shows a CR with the desired precision.
showCRN :: Int -> CR -> Stringcdar-mBound Data.CDAR.Approx Shows the internal representation of a CR. The first n approximations are shown on separate lines.
showInBaseA :: Int -> Approx -> Stringcdar-mBound Data.CDAR.Approx Similar to showA but can generate representations in other bases (<= 16).
showContentType :: ContentType -> Stringcgi Network.CGI No documentation available.