packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/patterns/constructor.hs

{- ORACLE_TEST pass -}
module P1 where
data T = A Int | B
x (A n) = n
x B = 0