ghc-exactprint-0.6.4: tests/examples/ghc90/LinearEmptyCase.hs
{-# LANGUAGE EmptyCase, LinearTypes #-}
module LinearEmptyCase where
data Void
f :: a %1 -> Void -> b
f x y = case y of {}
{-# LANGUAGE EmptyCase, LinearTypes #-}
module LinearEmptyCase where
data Void
f :: a %1 -> Void -> b
f x y = case y of {}