ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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 _ _ = ()