summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog006/A.hs
blob: cc38a11890dc06b8eb69da3ea23246835dd3301e (plain)
1
2
3
4
5
6
module A where

import {-# source #-} Boot

class Class a where
  method :: a -> Data -> a