aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/infix-funlhs-guarded.hs
{- ORACLE_TEST pass -}
module InfixFunlhsGuarded where
x <=> y
| x < y = LT
| x > y = GT
| otherwise = EQ{- ORACLE_TEST pass -}
module InfixFunlhsGuarded where
x <=> y
| x < y = LT
| x > y = GT
| otherwise = EQ