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

module T2157 where

type S a b = a
type family F a :: * -> *
type instance F a = S a