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.

  1. showVR :: VR -> String

    cabal-install-solver Distribution.Solver.Modular.Version

    String representation of a version range.

  2. showVer :: Ver -> String

    cabal-install-solver Distribution.Solver.Modular.Version

    String representation of a version.

  3. showConstraintSource :: ConstraintSource -> String

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

    Description of a ConstraintSource.

  4. showStanza :: OptionalStanza -> String

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

    String representation of an OptionalStanza.

  5. showStanzas :: OptionalStanzaSet -> String

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

    No documentation available.

  6. 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).

  7. showQPN :: QPN -> String

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

    String representation of a qualified package name.

  8. 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.

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

    cdar-mBound Data.CDAR.Approx

    Shows a CR with the desired precision.

  10. 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.

Page 110 of many | Previous | Next