aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/PatternSyntax/case-dollar-continuation.hs
{- ORACLE_TEST pass -}
module CaseDollarContinuation where
f x y =
case x of
Just z -> z
Nothing -> id
$ y
{- ORACLE_TEST pass -}
module CaseDollarContinuation where
f x y =
case x of
Just z -> z
Nothing -> id
$ y