
#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