@UrsEnzler @xunit Which means I either:
1. Don't support F# in @xunit v3
2. Don't support NativeAOT
3. Leave both systems in place, bloating the code and the maintenance burden (and having potentially different behavior, intentional or otherwise, between the two systems)
Ugh. 😔
@bradwilson The typical example here is a parser combinator library like FParsec or similar: https://fsharpforfunandprofit.com/posts/understanding-parser-combinators/
You make tiny functions that compose into the final product.