shithub: MicroHs

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