packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T9968a.hs

{-# LANGUAGE DeriveAnyClass #-}

module T9968 where

import Data.Bifunctor

data Blah a b = A a | B b
  deriving (Bifunctor)