1 2 3 4 5 6
{-# language EmptyCase #-} module T14086 where import Data.Kind f :: Type -> Int f x = case x of