Another limitation of F# quotations?
问题 Earlier today I encountered a limitation of F# quotations, and asked a question about it here: F# quotations: variable may escape scope Now, I may have encountered another limitation when converting examples appearing in http://www.cs.rice.edu/~taha/publications/journal/dspg04a.pdf from MetaOcaml to F#. This time I've this MetaOcaml snippet: let rec peval2 p env fenv= match p with Program ([],e) -> eval2 e env fenv | Program (Declaration (s1,s2,e1)::tl,e) -> .<let rec f x = .~(eval2 e1 (ext