Also simplify top level binder scrutinees.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 26 May 2010 18:05:20 +0000 (20:05 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 26 May 2010 18:05:20 +0000 (20:05 +0200)
Previously, if the scrutinee was a variable reference, it would not be
simplified, skipping top level binders as scrutinees. Now only local
variable references are skipped.


No differences found