summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod101_AuxB.hs
blob: af05c725104b8f797dfde2f4761d63548f310d2a (plain)
1
2
3
4
5
6
--
-- Helper module for mod101.hs
--
module Mod101_AuxB ( DataA(..) ) where

import Mod101_AuxA ( DataA(ConA) )