summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod117_B.hs
blob: d1711b1d8981fee41f2b9fa9acc47bbd53dd0c78 (plain)
1
2
3
4
-- re-export all of T
module Mod117_B (T(..)) where

import Mod117_A ( T(T,m1),m2 )