summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/Simple19.hs
blob: d738b0bd85d70a9cb9d432ee5256773fefc1c8e6 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TypeFamilies, LiberalTypeSynonyms #-}
                           -- ^ crucial for exercising the code paths to be
                           --   tested here

module ShouldCompile where

type family Element c :: *

f :: Element x
f = undefined