File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,13 @@ Alternatives
133
133
134
134
* We could use a suffix ``*.Internals `` or ``*.Experimental `` instead of a prefix. But
135
135
136
- * This sort of naming is conventionally used to distinguish modules *within * a package, not *between * packages.
137
- * It would still suffer from the cost of renaming hundreds of modules in `` ghc-internals ``
136
+ * This sort of naming is often used to distinguish modules *within * a package, not *between * packages.
137
+ * In the case of `` ghc-internals `` it would still suffer from the cost of renaming hundreds of modules.
138
138
139
+ * Concerning Proposal 4, we could instead use
140
+
141
+ * ``GHC.API `` (but then the public namespace is inside the internal one)
142
+ * ``GHCAPI ``
143
+ * ``GHCapi ``
144
+ * ``Language.Haskell.GHC `` or ``Language.GHC ``
139
145
You can’t perform that action at this time.
0 commit comments