ref: 5c79f3d3f6e4967c1a60a9a079ab3335c3a948ec dir: /lib/Data/Data.hs/
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