Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 639 Bytes

File metadata and controls

10 lines (9 loc) · 639 Bytes

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.