shithub: MicroHs

ref: 660cf9275b8374f89c8f5db51a070070f28c1afc
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