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