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

module ClosedFam2 where

type family Foo b where ..