Popularity
1.0
Declining
Activity
0.0
Stable
3
1
0

Monthly Downloads: 7
Programming language: Haskell
License: MIT License
Tags: Text    

pprecord alternatives and similar packages

Based on the "Text" category.
Alternatively, view pprecord alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pprecord or a related project?

Add another 'Text' Package

README

pprecord Build Status

PrettyPrint Haskell records generically!

About

This library includes classes and functions designed to accumulate and format record field acessors and their corresponding values. Recursive types are expanded in formatting. For detailed documentation and example usage read the docs. For advanced formatting, this library depends on Text.PrettyPrint.Boxes from the boxes package.