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