ref: dd5a0c75229d88171c33f9b85df9c80f5414c09a 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