We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404165d commit 40568b5Copy full SHA for 40568b5
xml/issue4205.xml
@@ -21,7 +21,7 @@ Let `sndr` and `env` be subexpressions, and let `Sndr` be `decltype((sndr))`.
21
If
22
<code><i>sender-for</i><Sndr, <i>decayed-typeof</i><<i>let-cpo</i>>></code>
23
is <code>false</code>,
24
-then the expression `let-cpo</i>.transform_env(sndr, env)` is ill-formed.
+then the expression `<i>let-cpo</i>.transform_env(sndr, env)` is ill-formed.
25
Otherwise, it is equal to
26
<code><i>JOIN-ENV</i>(<i>let-env</i>(sndr), <i>FWD-ENV</i>(env))</code>.
27
</blockquote>
0 commit comments