Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F# tuple is created when using Expr.NewStructTuple #42

Open
Twinside opened this issue May 17, 2021 · 1 comment
Open

F# tuple is created when using Expr.NewStructTuple #42

Twinside opened this issue May 17, 2021 · 1 comment

Comments

@Twinside
Copy link

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

@eiriktsarpalis
Copy link
Member

Quotation support for struct tuples is a relatively recent addition. Would welcome a PR that adds support for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants