summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod102_AuxA.hs
blob: dfa478e542d8a68b1852f13452bb3f4b87fa9fd3 (plain)
1
2
3
4
5
6
7
8
9
--
-- Helper module for mod102.hs
--
module Mod102_AuxA where

class ClassA a where
  methA :: Int  -> a
  methB :: Bool -> a