ghc-exactprint-0.5.3.1: tests/examples/ghc80/pmc003.hs
{-# OPTIONS_GHC -fwarn-incomplete-patterns -fwarn-overlapping-patterns #-}
module PMC003 where
f :: Bool -> Bool -> ()
f _ False = ()
f True False = ()
f _ _ = ()
{-# OPTIONS_GHC -fwarn-incomplete-patterns -fwarn-overlapping-patterns #-}
module PMC003 where
f :: Bool -> Bool -> ()
f _ False = ()
f True False = ()
f _ _ = ()