1 2 3 4 5 6 7 8 9 10
module T4870 where import T4870a data D = D instance C D where c x = x {-# SPECIALIZE f :: D #-}