packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/multiple-equations.hs

{- ORACLE_TEST pass -}
module D2 where
f [] = 0
f (_:xs) = 1 + f xs