[GHC] #7627: Space in nullary unboxed tuples
GHC
cvs-ghc at haskell.org
Mon Feb 25 23:27:28 CET 2013
#7627: Space in nullary unboxed tuples
---------------------------------+------------------------------------------
Reporter: monoidal | Owner: igloo
Type: bug | Status: patch
Priority: normal | Milestone: 7.8.1
Component: Compiler | Version: 7.6.1
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by ian@…):
commit 20b98f350d7b30118ca311117903fc039f6b85ce
{{{
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Feb 25 19:02:57 2013 +0000
Change how unboxed tuples are lexed; fixes #7627
(# is now always a lexeme, even if followed by a symbol.
compiler/parser/Lexer.x | 2 +-
docs/users_guide/glasgow_exts.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7627#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list