aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ImplicitParams/infix-operators.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ImplicitParams #-}
module InfixOperators where
f t = let { ?x = t; ?y = ?x + 1 } in ?x + ?y
{- ORACLE_TEST pass -}
{-# LANGUAGE ImplicitParams #-}
module InfixOperators where
f t = let { ?x = t; ?y = ?x + 1 } in ?x + ?y