api-tools-0.5.2: DSL for generating API boilerplate and docs

Safe HaskellNone
LanguageHaskell2010

Data.API.PP

Description

A cheap and cheerful pretty-printing library

Documentation

class PP t where Source

Methods

pp :: t -> String Source