aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Parens/seq-infix-lambda.hs
{- ORACLE_TEST pass -}
module M where
n = \(n1 `Inf` n2 `Inf` ns) -> ()
fn (a `App` b `App` c) = ()
{- ORACLE_TEST pass -}
module M where
n = \(n1 `Inf` n2 `Inf` ns) -> ()
fn (a `App` b `App` c) = ()