-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add F# examples #92
base: main
Are you sure you want to change the base?
Add F# examples #92
Conversation
|
Thanks, this is great! I had some trouble with lambda expressions and F# in the past, happy to see this is working. I assume you manually confirmed it worked? Three requests:
|
Thanks for taking a look. This works but I'm looking into adding a F# example for some of the more complicated examples as well. The overload resolution is quite painful in some cases so I might create a supporting library with F# utilities if I discover some nice patterns. I'll also add some F# tests as well. I'll let you know once it's ready for review again. |
I hit this too a while back (a couple of years ago in a research branch). While I am not sure we're yet at a place where we want to maintain a |
What was changed
Added a F# example that mirrors the ActivitySimple C# sample
Why?
So that people that use F# can more easily see how Temporal code looks