summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T13157.hs
blob: a6332a7171a2837d809a033c57b32d3240c193c4 (plain)
1
2
3
4
module T13157 where

f g x = (case g x of True  -> not
                     False -> id) `seq` True