
#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