haskell-tools-refactor-1.0.1.1: examples/Expr/EmptyCase.hs
{-# LANGUAGE EmptyCase #-}
module Expr.EmptyCase where
x = 12
a = case x of
b = case x of {}
{-# LANGUAGE EmptyCase #-}
module Expr.EmptyCase where
x = 12
a = case x of
b = case x of {}