diff options
author | David Binder <dbinder1989@googlemail.com> | 2020-07-03 01:10:07 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-22 20:17:35 -0400 |
commit | 4c719460611e7af44a67041c1707cb206d724d58 (patch) | |
tree | 7533c13c056b59b8d9eee66d1e25b81905001e34 /docs/users_guide | |
parent | 19e80b9af252eee760dc047765a9930ef00067ec (diff) | |
download | haskell-4c719460611e7af44a67041c1707cb206d724d58.tar.gz |
Fix dead link to haskell prime discussionghc-9.1-start
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/exts/strict.rst | 2 |
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 |