aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/json-spec-elm-lambda-cases.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE LambdaCase #-}
module M where
f = \cases
True False -> 0
_ _ -> 1
{- ORACLE_TEST pass -}
{-# LANGUAGE LambdaCase #-}
module M where
f = \cases
True False -> 0
_ _ -> 1