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