summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T15828.hs
blob: 90c06214c4caff051f2904237c3bf79d4ae0c557 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeFamilies, ExplicitForAll #-}

module T15828 where

class C a where
  type T a b

instance C (Maybe a) where
  type forall a b. T (Maybe a) b = b