aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/OrphanInstancesClass.hs
blob: 4b51acfcbd62c278b90b8263c3d57d6042f97f87 (plain) (blame)
1
2
3
4
module OrphanInstancesClass (AClass(..)) where

class AClass a where
  aClass :: a -> Int