summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T13803/D.hs
blob: 839f115953ff63d6f2833ced6d9e9e07dd69e460 (plain)
1
2
3
4
5
{-# LANGUAGE TypeFamilies #-}
module D (D) where

type family D a
type instance D Int = Int