debug-print-0.2.0.1: A structured alternative to Show
Safe HaskellNone
LanguageGHC2021

DebugPrint.Show

Synopsis

Documentation

newtype DebugShow a #

For use with deriving-via, provides a simple ToDebugPrintValue instance based on Show which renders as text

Constructors

DebugShow a 

Instances

Instances details
Show a => ToDebugPrintValue (DebugShow a) 
Instance details

Defined in DebugPrint.Core