summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T9840.hs-boot
blob: 36fb05892ecc182563ff0650cb60f27d83b6f131 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TypeFamilies #-}

module T9840 where

-- X is an abstract type family (it might be empty or not, though it
-- will turn out to be empty when we check the hs file)
type family X :: * -> * where ..

-- F is known to be empty in the hs-boot file
type family F (a :: * -> *) where