module A where
import B
data A = A B
    deriving (Show)