FSharp.Quotations.Evaluator
FSharp.Quotations.Evaluator copied to clipboard
F# tuple is created when using Expr.NewStructTuple
Description
when using Expr.NewStructTuple to create C# compatible type, a F# one is created instead
Repro steps
Try to compile any quotation with Expr.NewStructTuple
Expected behavior
Correct tuple type instantiated
Known workarounds
none
Related information
Using version 2.1.0
Quotation support for struct tuples is a relatively recent addition. Would welcome a PR that adds support for it.