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.
cshowAmount :: Amount -> Stringhledger-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}flatShowsExclusiveBalance :: Boolhledger-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.
prrShowDebug :: PeriodicReportRow DisplayName MixedAmount -> Stringhledger-lib Hledger.Reports.ReportTypes No documentation available.
traceShowId :: Show a => a -> ahledger-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")
pshow :: Show a => a -> Stringhledger-lib Hledger.Utils.IO Pretty show. An easier alias for pretty-simple's pShow. This will probably show in colour if useColorOnStderrUnsafe is true.
pshow' :: Show a => a -> Stringhledger-lib Hledger.Utils.IO Monochrome version of pshow. This will never show in colour.
toScalarShow :: (C a v, Show v) => v -> anumeric-prelude Algebra.OccasionallyScalar No documentation available.
liftShowPosToInt :: (Integer -> String) -> Integer -> Stringnumeric-prelude Number.FixedPoint No documentation available.
-
numeric-prelude Number.FixedPoint.Check No documentation available.
-
numeric-prelude Number.Positional.Check No documentation available.