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. cshowAmount :: Amount -> String

    hledger-lib Hledger.Data.Amount

    Colour version. For a negative amount, adds ANSI codes to change the colour, currently to hard-coded red.

    cshowAmount = wbUnpack . showAmountB def{displayColour=True}
    

  2. flatShowsExclusiveBalance :: Bool

    hledger-lib Hledger.Reports.BalanceReport

    When true (the default), this makes balance --flat reports and their implementation clearer. Single/multi-col balance reports currently aren't all correct if this is false.

  3. prrShowDebug :: PeriodicReportRow DisplayName MixedAmount -> String

    hledger-lib Hledger.Reports.ReportTypes

    No documentation available.

  4. traceShowId :: Show a => a -> a

    hledger-lib Hledger.Utils.Debug

    Like traceShow but returns the shown value instead of a third value.

    >>> traceShowId (1+2+3, "hello" ++ "world")
    (6,"helloworld")
    (6,"helloworld")
    

  5. pshow :: Show a => a -> String

    hledger-lib Hledger.Utils.IO

    Pretty show. An easier alias for pretty-simple's pShow. This will probably show in colour if useColorOnStderrUnsafe is true.

  6. pshow' :: Show a => a -> String

    hledger-lib Hledger.Utils.IO

    Monochrome version of pshow. This will never show in colour.

  7. toScalarShow :: (C a v, Show v) => v -> a

    numeric-prelude Algebra.OccasionallyScalar

    No documentation available.

  8. liftShowPosToInt :: (Integer -> String) -> Integer -> String

    numeric-prelude Number.FixedPoint

    No documentation available.

  9. defltShow :: T -> String

    numeric-prelude Number.FixedPoint.Check

    No documentation available.

  10. defltShow :: T -> String

    numeric-prelude Number.Positional.Check

    No documentation available.

Page 272 of many | Previous | Next