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

  class C1 a where
    data F a :: *