Skip to content

Commit eaca6e6

Browse files
simonpjnoughtmare
andauthored
Update proposals/0000-ghc-module-naming.rst
Typo Co-authored-by: Jaro <noughtmare@users.noreply.github.com>
1 parent 5895ec2 commit eaca6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0000-ghc-module-naming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ It is currently defined in ``base:GHC.Records``, which is an odd module to have
168168
Moreover there is
169169
more than one GHC proposal that suggest changes to its design (e.g. see `GHC Proposal 158 <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0158-record-set-field.rst>`_); it is not nearly as stable as most of ``base``
170170

171-
If ``ghc-experimental`` had existed we would have put it in ``ghc-experimental:Experimental.Records``.
171+
If ``ghc-experimental`` had existed we would have put it in ``ghc-experimental:Data.Records.Experimental``.
172172
That would have made it clear that the design of overloaded records still evolving.
173173
Once the design becomes settled and stable, it could move to ``base``, perhaps in a module like ``Data.Records``.
174174

0 commit comments

Comments
 (0)