summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp016/A.hs
blob: 17a9dc0cf5b236a55c5505351074d917e34c90a6 (plain)
1
2
3
4
{-# LANGUAGE TypeFamilies #-}
module A where
type family F a
type instance F Int = Bool