1 2 3 4 5 6 7 8
module MA where import MB (TB (..)) newtype TA = MkTA Int f :: TB -> TA f (MkTB x) = MkTA x