phischu / hackage-analysis

Find out stuff about packages on hackage (especially how they evolve).
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Find out whether a fragment's name is exported #19

Open phischu opened 11 years ago

phischu commented 11 years ago

Although the PVP does not explicitly state it, it is relevant whether a fragment is actually exported by a module or not.

phischu commented 11 years ago

It is better to model the exports as entities (that is nodes) themselves and create links to the actual fragments that define them. The reason is that classes and datatypes define many names that may or may not be exported. Also module reexports export many names.