aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/OrphanInstancesClass.hs
blob: d5cbf708e4d4a2222c63d933ecfd39225b8aa0f9 (plain) (blame)
1
2
3
4
5
{-# LANGUAGE Haskell2010 #-}
module OrphanInstancesClass (AClass(..)) where

class AClass a where
  aClass :: a -> Int