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.
gassertRightNoShowVerbose :: (HasCallStack, AssertM m) => String -> Either a b -> m bHTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the given Either a b value is a Left, supplying an additional error message. Use this function if a is not an instance of Show.
fpsShowXml :: XmlContent a => Bool -> a -> ByteStringHaXml Text.XML.HaXml.XmlContent Convert a fully-typed XML document to a ByteString (without DTD).
fpsShowXml :: XmlContent a => Bool -> a -> ByteStringHaXml Text.XML.HaXml.XmlContent.Haskell Convert a fully-typed XML document to a ByteString (without DTD).
vShow :: HVIO a => a -> IO StringMissingH System.IO.HVIO Detailed show output.
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.