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.

  1. showConstraintSource :: ConstraintSource -> String

    cabal-install-solver Distribution.Solver.Types.ConstraintSource

    Description of a ConstraintSource.

  2. showStanza :: OptionalStanza -> String

    cabal-install-solver Distribution.Solver.Types.OptionalStanza

    String representation of an OptionalStanza.

  3. showStanzas :: OptionalStanzaSet -> String

    cabal-install-solver Distribution.Solver.Types.OptionalStanza

    No documentation available.

  4. showPackageConstraint :: PackageConstraint -> String

    cabal-install-solver Distribution.Solver.Types.PackageConstraint

    Alternative textual representation of a package constraint for debugging purposes (slightly more verbose than that produced by dispPackageConstraint).

  5. showQPN :: QPN -> String

    cabal-install-solver Distribution.Solver.Types.PackagePath

    String representation of a qualified package name.

  6. showA :: Approx -> String

    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.

  7. showCR :: Int -> CR -> String

    cdar-mBound Data.CDAR.Approx

    Shows a CR with the desired precision.

  8. showCRN :: Int -> CR -> String

    cdar-mBound Data.CDAR.Approx

    Shows the internal representation of a CR. The first n approximations are shown on separate lines.

  9. showInBaseA :: Int -> Approx -> String

    cdar-mBound Data.CDAR.Approx

    Similar to showA but can generate representations in other bases (<= 16).

  10. showContentType :: ContentType -> String

    cgi Network.CGI

    No documentation available.

Page 110 of many | Previous | Next