summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/ClosedFam2.hs-boot
blob: 976c97b4ffa72dd0295944ec92311d37cb7d1262 (plain)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE TypeFamilies #-}

module ClosedFam2 where

type family Foo b where ..