summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T2433.hs
blob: e916e91b07a58b613feb6de8c597c892f70272e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE DeriveDataTypeable #-}

-- Test #2433

module T2433 where

 import Data.Typeable(Typeable)
 import T2433_Help( T )

 deriving instance Typeable T