aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/pattern-nullary-constructor.hs
{- ORACLE_TEST pass -}
module ExprS317PatNullaryConstructor where
data D = C
x d = case d of { C -> 1 }{- ORACLE_TEST pass -}
module ExprS317PatNullaryConstructor where
data D = C
x d = case d of { C -> 1 }