summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T5147/B2.hs
blob: 31857a3846fdbe29d460435c58667a97a1a036b5 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeFamilies #-}
module B where

class Entity v where
   data Fields v

-- Remove instance
-- instance Show (Fields v) where show = undefined