b5ab70a0 ^
1 2 3 4
module OrphanInstancesClass (AClass(..)) where class AClass a where aClass :: a -> Int