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. gassertRightNoShowVerbose :: (HasCallStack, AssertM m) => String -> Either a b -> m b

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

  2. fpsShowXml :: XmlContent a => Bool -> a -> ByteString

    HaXml Text.XML.HaXml.XmlContent

    Convert a fully-typed XML document to a ByteString (without DTD).

  3. fpsShowXml :: XmlContent a => Bool -> a -> ByteString

    HaXml Text.XML.HaXml.XmlContent.Haskell

    Convert a fully-typed XML document to a ByteString (without DTD).

  4. vShow :: HVIO a => a -> IO String

    MissingH System.IO.HVIO

    Detailed show output.

  5. 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}
    

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

  7. prrShowDebug :: PeriodicReportRow DisplayName MixedAmount -> String

    hledger-lib Hledger.Reports.ReportTypes

    No documentation available.

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

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

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

    hledger-lib Hledger.Utils.IO

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

Page 271 of many | Previous | Next