Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Haskell.GHC.ExactPrint.Print
Description
- exactPrintWithAnns :: Annotate ast => Located ast -> Anns -> String
- exactPrint :: Annotate ast => Located ast -> ApiAnns -> String
Documentation
exactPrintWithAnns :: Annotate ast => Located ast -> Anns -> String Source
Print an AST with a map of potential modified Anns
. The usual way to
generate such a map is by calling relativiseApiAnns
.