Replies: 1 comment
-
This would be really cool! I'm new to F# so I'm unsure, is there anything preventing this from being implemented outside of the library? https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/computation-expressions#creating-a-new-type-of-computation-expression |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
F# and fsx files could be used to write a rule DSL using Computation Expressions, adding type safety and conciseness in the rules (without them having to be dynamic maybe) ?
https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/computation-expressions
instead of json file
have an .fs or .fsx file
Beta Was this translation helpful? Give feedback.
All reactions