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.

  1. module Test.ChasingBottoms.ApproxShow

    Functions for converting arbitrary (non-function, partial, possibly infinite) values into strings.

  2. class ApproxShow a

    ChasingBottoms Test.ChasingBottoms.ApproxShow

    No documentation available.

  3. approxShow :: ApproxShow a => Nat -> a -> String

    ChasingBottoms Test.ChasingBottoms.ApproxShow

    No documentation available.

  4. approxShows :: ApproxShow a => Nat -> a -> ShowS

    ChasingBottoms Test.ChasingBottoms.ApproxShow

    No documentation available.

  5. approxShowsPrec :: ApproxShow a => Nat -> Prec -> a -> ShowS

    ChasingBottoms Test.ChasingBottoms.ApproxShow

    The Data instance of ApproxShow makes sure that approxShowsPrec n behaves (more or less) like the derived version of showsPrec, with the following differences:

    • After n levels of descent into a term the output is replaced by "_".
    • All detectable occurences of bottoms are replaced by "_|_".
    • Non-bottom functions are displayed as "<function /= _|_>".

  6. WindowAttrib'FocusOnShow :: WindowAttrib

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  7. WindowHint'FocusOnShow :: Bool -> WindowHint

    GLFW-b Graphics.UI.GLFW

    No documentation available.

  8. DateShow :: Expr s a

    dhall Dhall.Core

    DateShow                                 ~  Date/show
    

  9. DoubleShow :: Expr s a

    dhall Dhall.Core

    DoubleShow                               ~  Double/show
    

  10. IntegerShow :: Expr s a

    dhall Dhall.Core

    IntegerShow                              ~  Integer/show
    

Page 282 of many | Previous | Next