Allow enumerations to have phantom arguments.
authorsimonpj@microsoft.com <unknown>
Wed, 15 Dec 2010 12:18:17 +0000 (12:18 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 15 Dec 2010 12:18:17 +0000 (12:18 +0000)
commit35a77384d096e9cec8488f09ddaee533ad61051a
tree6ca3ec3cb0690410f5ba682a53f6cf0941de7574
parentda43a382ccc7d3c57068976c312dc583fddc7498
Allow enumerations to have phantom arguments.

The bytecode generator was being too eager.
Fixes Trac #4528, or rather, a near variant.
compiler/ghci/ByteCodeGen.lhs