api-tools-0.8.0.1: 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 #

Minimal complete definition

pp

Methods

pp :: t -> String Source #