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