[GHC] #7627: Space in nullary unboxed tuples

GHC cvs-ghc at haskell.org
Fri Jan 25 18:43:56 CET 2013


#7627: Space in nullary unboxed tuples
-----------------------------+----------------------------------------------
Reporter:  monoidal          |          Owner:                  
    Type:  bug               |         Status:  new             
Priority:  normal            |      Component:  Compiler        
 Version:  7.6.1             |       Keywords:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
 Failure:  None/Unknown      |      Blockedby:                  
Blocking:                    |        Related:                  
-----------------------------+----------------------------------------------
 {{{
 Prelude> :t (# #)
 (# #) :: (##)
 }}}

 should be

 {{{
 (# #) :: (# #)
 }}}

 - the syntax requires a space. I apologise for raising such a trivial
 matter.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7627>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list