How can I get the original F# code inside a quotation?
I know that in C# Expression.ToString()
gives a reasonable string but it's not 100% and doesn't work in F#.
How can I get the original F# code inside a quotation?
I know that in C# Expression.ToString()
gives a reasonable string but it's not 100% and doesn't work in F#.