aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/infix-funlhs-instance-prefix-pattern.hs
{- ORACLE_TEST pass -}
module InfixFunlhsInstancePrefixPattern where
data P = Z | S P
instance Num P where
S m - S n = m - n
{- ORACLE_TEST pass -}
module InfixFunlhsInstancePrefixPattern where
data P = Z | S P
instance Num P where
S m - S n = m - n