Skip to content

Commit 5d0b2e0

Browse files
committed
Use exceptions rather than DataToTag as an example
1 parent eaca6e6 commit 5d0b2e0

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
@@ -175,7 +175,7 @@ Once the design becomes settled and stable, it could move to ``base``, perhaps i
175175
Other similar examples include
176176

177177
* The tuple proposal of `GHC Proposal 475 <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0475-tuple-syntax.rst>`_
178-
* The `DataToTag CLC proposal <https://github.com/haskell/core-libraries-committee/issues/104>`_ would have been easier to expose through ``ghc-experimental`` in the first instance.
178+
* `GHC Proposal 330 (Decorate exceptions with backtrace information) <https://github.com/bgamari/ghc-proposals/blob/stacktraces/proposals/0000-exception-backtraces.rst>`_ proposes significant new additions to the API of exceptions.
179179

180180
Alternatives
181181
==============

0 commit comments

Comments
 (0)