aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/infix-funlhs-pattern.hs
{- ORACLE_TEST pass -}
module InfixFunlhsPattern where
(Just a) <||> _ = Just a
Nothing <||> b = b{- ORACLE_TEST pass -}
module InfixFunlhsPattern where
(Just a) <||> _ = Just a
Nothing <||> b = b