When exporting F(..), all the children of F are also exported
authorIan Lynagh <igloo@earth.li>
Tue, 7 Jul 2009 13:34:27 +0000 (13:34 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 7 Jul 2009 13:34:27 +0000 (13:34 +0000)
commit651dd121a65827884eea23605026d16e26d4301c
tree396416030d56aee816510d207d6f63662cb43de7
parent703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2
When exporting F(..), all the children of F are also exported
This fixes the unused imports warning when
    Foo (F(x,y,z))
is imported and
    Foo (F(..))
is exported.
compiler/rename/RnNames.lhs