From: simonpj@microsoft.com Date: Tue, 17 Nov 2009 12:55:26 +0000 (+0000) Subject: exprIsHNF should "look through" lets X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=69570e0b00cd839a42e8875830b99417580c6245;hp=69570e0b00cd839a42e8875830b99417580c6245;p=ghc-hetmet.git exprIsHNF should "look through" lets I can't quite remember when I spotted this, but exprIsHNF (and similarly exprIsConLike) should ignore enclosing let-bindings, since they don't affect termination. ---