Skip to content

Fix function type name in [exec.let] #7907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ericniebler
Copy link
Contributor

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.

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.
@jensmaurer
Copy link
Member

Where exactly should I look to see other uses of "F" (not "Fn")?

@ericniebler
Copy link
Contributor Author

@jensmaurer
Copy link
Member

@jwakely, this looks reasonable. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants