haskell-src-exts-1.14.0: Test/examples/LambdaCase.hs
{-# LANGUAGE LambdaCase #-}
module LambdaCase where
foo = \case
Nothing -> e1
Just e2 -> e2
{-# LANGUAGE LambdaCase #-}
module LambdaCase where
foo = \case
Nothing -> e1
Just e2 -> e2