summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T7536.hs
blob: a541bda87b878e9af918e04a0cf9add86403a231 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeFamilies #-}

module T7536 where

type T v = Int

type family TF a :: *
type instance TF (T a) = a