ghc-exactprint-0.5.1.0: tests/examples/ghc8/T2204.hs
{-# OPTIONS_GHC -fwarn-incomplete-patterns -fwarn-overlapping-patterns #-}
module T2204 where
f :: String -> Int
f "01" = 0
g :: Int -> Int
g 0 = 0
{-# OPTIONS_GHC -fwarn-incomplete-patterns -fwarn-overlapping-patterns #-}
module T2204 where
f :: String -> Int
f "01" = 0
g :: Int -> Int
g 0 = 0