[GHC] #9022: TH pretty printer and GHC parser semicolon placement mismatch

GHC ghc-devs at haskell.org
Wed Nov 12 23:26:47 UTC 2014


#9022: TH pretty printer and GHC parser semicolon placement mismatch
-------------------------------------+-------------------------------------
              Reporter:  roldugin    |            Owner:
                  Type:  bug         |           Status:  new
              Priority:  normal      |        Milestone:  7.10.1
             Component:  Template    |          Version:  7.8.1
  Haskell                            |         Keywords:
            Resolution:              |     Architecture:  Unknown/Multiple
      Operating System:              |       Difficulty:  Unknown
  Unknown/Multiple                   |       Blocked By:
       Type of failure:  GHC         |  Related Tickets:
  rejects valid program              |
             Test Case:              |
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------

Comment (by simonpj):

 Did you test your fix?
 {{{
 let {x = 3} ; {y = 4} in x+y
 }}}
 is not valid Haskell, but is (I believe) what your patch will generate.

 Simon

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9022#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list