summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T5417a.hs
blob: 2663245c42cf991f686409f751018d1d5067d978 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies #-}
module T5417a where

  import Data.Kind (Type)

  class C1 a where
    data F a :: Type