summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Binder <dbinder1989@googlemail.com>2020-07-03 01:10:07 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-22 20:17:35 -0400
commit4c719460611e7af44a67041c1707cb206d724d58 (patch)
tree7533c13c056b59b8d9eee66d1e25b81905001e34
parent19e80b9af252eee760dc047765a9930ef00067ec (diff)
downloadhaskell-4c719460611e7af44a67041c1707cb206d724d58.tar.gz
Fix dead link to haskell prime discussionghc-9.1-start
-rw-r--r--docs/users_guide/exts/strict.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/strict.rst b/docs/users_guide/exts/strict.rst
index 99ba99d59d..a623fe7070 100644
--- a/docs/users_guide/exts/strict.rst
+++ b/docs/users_guide/exts/strict.rst
@@ -46,7 +46,7 @@ Bang patterns
GHC supports an extension of pattern matching called *bang patterns*,
written ``!pat``. Bang patterns are under consideration for Haskell
Prime. The `Haskell prime feature
-description <http://ghc.haskell.org/trac/haskell-prime/wiki/BangPatterns>`__
+description <https://gitlab.haskell.org/haskell/prime/-/wikis/BangPatterns>`__
contains more discussion and examples than the material below.
The main idea is to add a single new production to the syntax of