Reputation: 135
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#.
Expression.ToString()
Upvotes: 3
Views: 191
I found the library Swensen.Unquote to give satisfactory results.
Upvotes: 1