hdiff
packages
feed
MicroHs
-0.8: tests/Kind.hs
module Kind(main) where data TypeRep k (a::k) = T class C k (a :: k) where typeRep :: TypeRep k a