Optimise comparisons against min/maxBound (ticket #3744).
authorMichal Terepeta <michal.terepeta@gmail.com>
Wed, 27 Oct 2010 18:40:54 +0000 (18:40 +0000)
committerMichal Terepeta <michal.terepeta@gmail.com>
Wed, 27 Oct 2010 18:40:54 +0000 (18:40 +0000)
This optimises away comparisons with minBound or maxBound
that are always false or always true.


No differences found