[GHC] #14740: Unboxed tuple allowed in context: ((##)) => ()
GHC
ghc-devs at haskell.org
Tue Jan 30 17:06:06 UTC 2018
#14740: Unboxed tuple allowed in context: ((##)) => ()
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.2
(Parser) |
Keywords: UnboxedTuples | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
I have a feeling this is not intended
{{{
GHCi, version 8.5.20180128: http://www.haskell.org/ghc/ :? for help
Prelude> :set -XUnboxedTuples
Prelude> let x :: ((##)) => (); x = ()
Prelude> :t x
x :: ()
Prelude> x
()
Prelude>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14740>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list