1 2 3 4 5
{-# LANGUAGE Haskell2010 #-} module OrphanInstancesClass (AClass(..)) where class AClass a where aClass :: a -> Int