Fix #2740: we were missing the free variables on some expressions
authorSimon Marlow <marlowsd@gmail.com>
Tue, 25 Nov 2008 10:31:13 +0000 (10:31 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 25 Nov 2008 10:31:13 +0000 (10:31 +0000)
Particularly boolean expresions: the conditional of an 'if', and
guards, were missing their free variables.


No differences found