Safe Haskell | None |
---|---|
Language | GHC2021 |
DebugPrint.Show
Documentation
For use with deriving-via, provides a simple ToDebugPrintValue
instance based on Show
which renders as text
Constructors
DebugShow a |
Instances
Show a => ToDebugPrintValue (DebugShow a) | |
Defined in DebugPrint.Core Methods toDebugPrintValue :: DebugShow a -> DebugPrintValue # |