-
Notifications
You must be signed in to change notification settings - Fork 838
Computational expressions tail calls support, revived #18804
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
Conversation
❗ Release notes required
|
|
Nice |
|
So, some tests are up and running. I will fill them up with all imaginable tail call / non-tailcall combinations. OTOH Applying this to TaskBuilder is very tricky and probably hopeless, given its type signature. It might be more useful for other computation expressions. |
Co-authored-by: Edgar Gonzalez <egonzalez@totallymoney.com>
|
@majocha Just to say a huge, huge thank you for getting this in. We should always have done tailcalls in computation expressions like this, and it's a relief to see it finally in place |
|
Thank you also to @T-Gro for your work in facilitating both the design repos and the implementation! |
Revived #17018
Implements fsharp/fslang-suggestions#1006
TODO:
DoBang