| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.JavaScript.Pretty.Printer.Extended
Contents
Documentation
prettyPrint :: Pretty a => a -> String Source #
Orphan instances
| Pretty JSAST Source # | |
| Pretty JSAccessor Source # | |
| Pretty JSArrayElement Source # | |
| Pretty JSAssignOp Source # | |
| Pretty JSBinOp Source # | |
| Pretty JSBlock Source # | |
| Pretty JSExpression Source # | |
| Pretty JSIdent Source # | |
| Pretty JSObjectProperty Source # | |
| Pretty JSPropertyName Source # | |
| Pretty JSSemi Source # | |
| Pretty JSStatement Source # | |
| Pretty JSSwitchParts Source # | |
| Pretty JSTryCatch Source # | |
| Pretty JSTryFinally Source # | |
| Pretty JSUnaryOp Source # | |
| Pretty JSVarInitializer Source # | |
| Pretty a => Pretty (JSCommaList a) Source # | |
| Pretty a => Pretty (JSCommaTrailingList a) Source # | |