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

DebugPrint.Integer

Synopsis

Documentation

newtype DebugInteger a #

For use with deriving-via, provides a simple ToDebugPrintValue instance based on toInteger which renders as an integer

Constructors

DebugInteger a 

Instances

Instances details
Integral a => ToDebugPrintValue (DebugInteger a) 
Instance details

Defined in DebugPrint.Core