packages feed

ghcide-1.5.0.1: test/data/boot2/B.hs

module B where

import D

data B = B

instance Show B where
  show B = "B"