summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod102_AuxB.hs
blob: 71fc071e78e00e2f359ae20e271cffddc7365f5a (plain)
1
2
3
4
5
6
--
-- Helper module for mod102.hs
--
module Mod102_AuxB ( ClassA(..) ) where

import Mod102_AuxA ( ClassA(methA) )