hdiff
packages
feed
inventory
-0.1.0.0: test/HieSource/T15.hs
module HieSource.T15 where class C a where c :: a -> () instance C Int where c _ = ()