summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T8534.hs
blob: 16d4158de80253d485a05a8e963431837f6cca6b (plain)
1
2
3
{-# LANGUAGE DeriveFunctor, PolyKinds #-}
module T8534 where
data A a = A deriving Functor