From: Matthijs Kooijman Date: Wed, 16 Jun 2010 11:28:47 +0000 (+0200) Subject: Let genApplication handle (built-in) enumeration types. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=a1b19f34a500caafbfc494ed101eb457ffc3262b;hp=a1b19f34a500caafbfc494ed101eb457ffc3262b Let genApplication handle (built-in) enumeration types. 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. ---