summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T8002b.hs
blob: 073f930d59237fe8ab8bfd694f1804dfe2f844a8 (plain)
1
2
3
4
5
{-# LANGUAGE TypeFamilies #-}
module T8002b where

type family Rep a
type instance Rep Int = Int