aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Patterns/prefix-constructor-nothing.hs
{- ORACLE_TEST pass -}
module PrefixConstructorNothing where
data T = T (Maybe Int) (Maybe Int)
f (T Nothing Nothing) = ()
f _ = ()
{- ORACLE_TEST pass -}
module PrefixConstructorNothing where
data T = T (Maybe Int) (Maybe Int)
f (T Nothing Nothing) = ()
f _ = ()