| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
DebugPrint.Integer
Synopsis
- newtype DebugInteger a = DebugInteger a
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
| Integral a => ToDebugPrintValue (DebugInteger a) | |
Defined in DebugPrint.Core Methods | |