Purs 0.14 series added a moduleReExports field to the Module type
which was initially left intact. This caused a problem when
re-exported names were eliminated in the code but left in the
re-export list. This commit eliminates symbols from the re-export
list too and adds a test.
Purs 0.14 series added a moduleReExports field to the Module type which was initially left intact. This caused a problem when re-exported names were eliminated in the code but left in the re-export list. This commit eliminates symbols from the re-export list too and adds a test.