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

data family D (a :: k)
data instance D Int = DInt