Add a CaseAlt constructor to CoreContext.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jun 2010 13:37:19 +0000 (15:37 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jun 2010 13:37:19 +0000 (15:37 +0200)
Since a case expression can introduce a binder (for its scrutinee), we
should be able to denote that in the CoreContext.


No differences found