-
Notifications
You must be signed in to change notification settings - Fork 825
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>
Revived #17018
Implements fsharp/fslang-suggestions#1006
TODO:
DoBang