summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc004.hs
blob: a0627302d4260c96b6edb7da4aa6666fb46f0f6f (plain)
1
2
3
4
5
module ShouldSucceed where

f x = case x of
       True -> True
       False -> x