Let genApplication handle (built-in) enumeration types.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jun 2010 11:28:47 +0000 (13:28 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jun 2010 11:32:13 +0000 (13:32 +0200)
Since datacons are no longer seen as local variables, genApplication
sees simple datacons without arguments (e.g., x = True). Now it knows
how to handle these.


No differences found