summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod127_A.hs
blob: 605952de63aaca6ebc50cce0a95fcf35d39fcf46 (plain)
1
2
3
4
5
6
module Mod127_A where

class T a where m1 :: a -> a

data T1 = T