Safe Haskell | Safe-Inferred |
---|
Language.Go.Pretty
Description
This module provides a pretty printer for Go code similar to gofmt -tabs=false -tabwidth=4 -comments=false.
Documentation
Instances
Pretty GoCond | |
Pretty GoChan | |
Pretty GoSimp | |
Pretty GoStmt | Statements |
Pretty GoForClause | |
Pretty GoElement | |
Pretty GoLit | |
Pretty GoPrim | |
Pretty GoExpr | Expressions |
Pretty GoFieldType | |
Pretty GoType | Types |
Pretty GoParam | |
Pretty GoSig | |
Pretty GoRec | |
Pretty GoId | |
Pretty GoMethSpec | |
Pretty GoTypeSpec | |
Pretty GoCVSpec | |
Pretty GoImpSpec | |
Pretty GoDecl | Declarations |
Pretty GoPrel | |
Pretty GoSource | |
Pretty a => Pretty (GoCase a) |