1 2 3 4 5 6 7 8
{-# LANGUAGE EmptyCase, LinearTypes #-} module LinearEmptyCase where data Void f :: a #-> Void -> b f x y = case y of {}