summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod121_A.hs
blob: 4648f3da08ecd34df9d259b439091873978caae3 (plain)
1
2
3
4
5
module Mod121_A(C(m1)) where

class C a where
  m1 :: a -> Int
  m2 :: a -> Bool