aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ClassGuards/guarded-method.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
class C a where
f :: a -> a -> a
f x y | x == y = x
| otherwise = y
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
class C a where
f :: a -> a -> a
f x y | x == y = x
| otherwise = y