module B where

import D

data B = B

instance Show B where
  show B = "B"