| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Serokell.Util.Trace
Description
Utility trace-like functions.
Documentation
traceIdF :: VarArgTrace fmt a => Format Text fmt -> a Source #
Warning: traceIdF remains in code
Generalized version of traceShowId.
Accepts formatter as first parameter, and then multiple arguments to print.
Examples:
>>>traceIdF F.ords 11st 1
>>>traceIdF ("Item no "%F.int%": "%F.build) 5 TrueItem no 5: True True