From: Matthijs Kooijman Date: Wed, 16 Jun 2010 13:34:14 +0000 (+0200) Subject: Store which binders become in scope in the CoreContext. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=db856c9442e721689a566c6f91e8763f075e7da5;hp=db856c9442e721689a566c6f91e8763f075e7da5;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Store which binders become in scope in the CoreContext. This allows us to determine what variables are local in a more reliable way and allows distinguishing arguments from other local variables. ---