F# rendering for expression trees

I’ve written a library which produces string renderings for expression trees.
I think it would be valuable to provide an F# rendering, and also the factory method calls on the Expr type which would be used to construct a corresponding code quotation. However, I am not sufficiently familiar with F# to do so.
Would anyone be interested in collaborating on this?

(GH issue: https://github.com/zspitz/ExpressionTreeToString/issues/72)

1 Like