hdiff
packages
feed
brittany
-0.14.0.0: data/Test208.hs
{-# language TypeFamilies #-} module M where type family F a type instance F Int = IO Int