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

type family Rep a
type instance Rep Int = Int