[GHC] #13238: Harmonise pretty printing of parens in hsSyn
#13238: Harmonise pretty printing of parens in hsSyn -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: task | Status: new Priority: normal | Milestone: Component: Compiler | Version: Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Phab:D3043 Removes the insertion of parens in the pretty printer for `HsPar`. This is motivated by making it easier to see if there is a problem with the `ppr` round trip capability introduced in #3384. Due to a lack of time, the has not been done for `ParPat` or `HsParTy`. Complete this work. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13238> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13238: Harmonise pretty printing of parens in hsSyn -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: task | Status: new Priority: normal | Milestone: Component: Compiler | Version: Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Alan Zimmerman <alan.zimm@…>): In [changeset:"3b23f680c2b1f80b693eb8896fb21e4bbf8edc7e/ghc" 3b23f680/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="3b23f680c2b1f80b693eb8896fb21e4bbf8edc7e" Remove HsContext from ppr_mono_ty, and remove ppParendHsType This is a cleanup after Trac #13238, as the context was no longer being used. }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13238#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC