Skip to content

Commit e709d67

Browse files
authored
Reword first sentence
New version thanks to @mixphix
1 parent 82263f1 commit e709d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/accepted/051-ghc-base-libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Some observations about this structure:
170170

171171
- allowing the GHC Steering Committee to add new functions and types in ``ghc-experimental``.
172172

173-
- One might wonder why GHC has three "internal" packages: ``ghc-internals``, ``ghc-bignum``, and ``ghc-prim``? Could they not be a single package? Answer: technically yes, but it helps to keep dependencies and responsibilities clear.
173+
- The three "internal" packages: ``ghc-internals``, ``ghc-bignum``, and ``ghc-prim``, could arguably be a single package, but the GHC team has decided that encapsulating the relevant code in this way helps to keep dependencies and responsibilities clear.
174174
And it's purely an internal GHC matter; if the team wants to structure GHC's internals with three packages, or ten, that's up to them.
175175

176176
Continuous integration

0 commit comments

Comments
 (0)