Language.Bash.PrettyPrinter
Description
Pretty printer for Bash.
Documentation
bytes :: PP t => t -> ByteStringSource
class Annotation t whereSource
Instances
| Annotation () | |
| Annotation Lines | |
| (PP t, PP t') => Annotation (t, t') | |
| (Annotation a, Annotation b) => Annotation (Statements a b) |
Instances
| PP SpecialVar | |
| PP FileDescriptor | |
| PP Identifier | |
| Annotation t => PP (Expression t) | |
| Annotation t => PP (Statement t) | |
| Annotation t => PP (Annotated t) |