Safe Haskell | None |
---|---|
Language | GHC2021 |
DebugPrint.Tagged
Synopsis
- tag :: ToDebugPrintValue a => Text -> a -> DebugPrintValue
- data Tagged = Tagged {
- tag :: Text
- value :: DebugPrintValue
Documentation
tag :: ToDebugPrintValue a => Text -> a -> DebugPrintValue Source #
Useful for debug-printing discriminated unions
Constructors
Tagged | |
Fields
|