Skip to content

Commit cf96823

Browse files
committed
Final wibbles
1 parent 81294bc commit cf96823

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

proposals/0000-ghc-module-naming.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ but it was a clear consensus from the discussion about the proposal:
110110

111111
This pattern, of a module in ``ghc-experimental`` that is closely related to one in ``base`` seems likely to be common.
112112

113-
* On the other hand, GHC-internal modules are often unrelated to the naming scheme of ``base``.
114-
Here a prefix feels more appropriate. Moreover this ``GHC.*`` convention is already widely
115-
used, in both ``base`` and ``ghc-prim``, as well as the modules that implement GHC itself, so
116-
using a prefix aligns with current practice.
117-
113+
* On the other hand, GHC-internal modules are often unrelated to the naming
114+
scheme of ``base``. Here a prefix feels more appropriate. Moreover using a
115+
prefix aligns with current practice: the ``GHC.*`` convention is extensively
116+
used in the GHC-internal modules currently in ``base``, and ``ghc-prim``, as
117+
well as the modules that implement GHC itself.
118118

119119
Proposal 3
120120
-----------

0 commit comments

Comments
 (0)