packages feed

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

{- ORACLE_TEST pass -}
module P6 where

headOrZero (x : _) = x
headOrZero [] = 0