summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T14086.hs
blob: 5e69ce6a33f46be4ab0d704b49204aab85ef39a2 (plain)
1
2
3
4
5
6
{-# language EmptyCase #-}
module T14086 where
import Data.Kind

f :: Type -> Int
f x = case x of