Changes between Version 4 and Version 5 of Commentary/Packages/GhcPackagesProposal
- Timestamp:
- 07/03/06 09:38:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Packages/GhcPackagesProposal
v4 v5 29 29 But what if two packages '''expose''' the same module A.B.C? That takes us to Question 2. 30 30 31 === Question 2. How are the (exposed) modules from an (installed) package brought into scope? === 32 33 That is, when you say "import A.B.C", from what package does M come? 31 == Question 2. When you say "import A.B.C", from what package does M come? == 34 32 35 33 Here GHC already has a fairly elaborate scheme (perhaps too elaborate).
