packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/pmc003.hs

{-# OPTIONS_GHC -fwarn-incomplete-patterns -fwarn-overlapping-patterns #-}

module PMC003 where

f :: Bool -> Bool -> ()
f _    False = ()
f True False = ()
f _    _     = ()