Store which binders become in scope in the CoreContext.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jun 2010 13:34:14 +0000 (15:34 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jun 2010 13:34:14 +0000 (15:34 +0200)
commitdb856c9442e721689a566c6f91e8763f075e7da5
tree5d6d1d5fad28c37c861ed0d8b2c77ab8f2d9ce0f
parent3a0511f8f05824dcd61264b2dd98bee42fe3ddbc
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.
clash/CLasH/Normalize/NormalizeTools.hs
clash/CLasH/Normalize/NormalizeTypes.hs