flowdock-rest-0.1.0.0: Flowdock REST API

LicenseBSD3
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

Text.PrettyPrint.ANSI.Leijen.AnsiPretty

Contents

Description

Note: This module may move into other (own) package.

Synopsis

Class

Generic

gAnsiPretty :: forall a. (Generic a, HasDatatypeInfo a, All2 AnsiPretty (Code a)) => a -> Doc Source

prettyOpts :: String -> AnsiPrettyOpts Source

PrettyOpts used in flowdock-rest

Re-exports