diff options
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 |