packages feed

haskell-language-server-2.10.0.0: ghcide-test/data/boot2/B.hs

module B where

import D

data B = B

instance Show B where
  show B = "B"