summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T9178.hs
blob: 440069f6228ec6cc0bf17a22f14052c67404bd02 (plain)
1
2
3
4
5
6
7
8
9


module T9178 where

import T9178DataType


instance Show T9178_Type where
         show _ = undefined