Skip to content

Commit ca3694e

Browse files
authored
[exec.let] Fix function type name (#7907)
The specification of `let_value(sndr,fn)` and friends refers to the type of `fn` as "`Fn`". But when introducing the types, we give it the name "`F`". This fixes the inconsistency.
1 parent 411f879 commit ca3694e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3536,7 +3536,7 @@
35363536
Given a type \tcode{Tag} and a pack \tcode{Args},
35373537
let \exposid{as-sndr2} be an alias template
35383538
such that \tcode{\exposid{as-sndr2}<Tag(Args...)>} denotes
3539-
the type \tcode{\exposid{call-result-t}<Fn, decay_t<Args>\&...>}.
3539+
the type \tcode{\exposid{call-result-t}<F, decay_t<Args>\&...>}.
35403540
Then \tcode{ops2_variant_t} denotes
35413541
the type
35423542
\begin{codeblock}

0 commit comments

Comments
 (0)