hdiff
packages
feed
haskell-src-exts
-1.19.0: tests/examples/EmptyCase.hs
{-# LANGUAGE EmptyCase #-} {-# LANGUAGE LambdaCase #-} f x = case x of {} g x = \case {}