packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Expr/EmptyCase.hs

{-# LANGUAGE EmptyCase #-}
module Expr.EmptyCase where

x = 12

a = case x of 

b = case x of {}