[GHC] #7627: Space in nullary unboxed tuples
GHC
cvs-ghc at haskell.org
Mon Feb 25 14:42:51 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: |
---------------------------------+------------------------------------------
Changes (by simonpj):
* owner: => igloo
Comment:
We agreed that we're going to make "`(##)`" lex as two tokens `(#` and
`#)`. Indeed, to keep it simple, "`(#anythingatall`" will lex as "`(#`"
followed by `anythingatall`.
Ian will do this, and document it in the manual.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7627#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list