aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/patterns/literal-wildcard-parenthesized.hs
{- ORACLE_TEST pass -}
module P9 where
isA 'a' = True
isA _ = False
unwrap ((x)) = x{- ORACLE_TEST pass -}
module P9 where
isA 'a' = True
isA _ = False
unwrap ((x)) = x