Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
93a2f450
by Daniel Díaz at 2025-08-06T15:52:14-04:00
2 changed files:
Changes:
... | ... | @@ -213,6 +213,8 @@ With ``-XStrict``:: |
213 | 213 | -- inferred unrestricted
|
214 | 214 | let ~(x, y) = u in …
|
215 | 215 | |
216 | +(See :ref:`strict-bindings`).
|
|
217 | + |
|
216 | 218 | Data types
|
217 | 219 | ----------
|
218 | 220 | By default, all fields in algebraic data types are linear (even if
|
... | ... | @@ -103,6 +103,9 @@ Note the following points: |
103 | 103 | See `GHC Proposal #229 <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst>`__
|
104 | 104 | for the precise rules.
|
105 | 105 | |
106 | + |
|
107 | +.. _strict-bindings:
|
|
108 | + |
|
106 | 109 | Strict bindings
|
107 | 110 | ~~~~~~~~~~~~~~~
|
108 | 111 |