shithub: MicroHs

ref: 7d2f32a9e5e2b27faa217fd3d9d2d2092f052861
dir: /lib/Data/Data.hs/

View raw version
module Data.Data(Data(..), module Data.Typeable) where
import Data.Typeable

-- Fake Data class until the type checker bug has been fixed
class (Typeable a) => Data a