packages feed

ide-backend-0.10.0: TestSuite/inputs/bootMods/A.hs

module A where

import B( TB(..) )

newtype TA = MkTA Int
    
f :: TB -> TA
f (MkTB x) = MkTA x