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

module T2677 where

type family A x
type instance A a = Bool
type instance A Int = Char