fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Fix QuotationSimplifier for value tuples #321

Closed kevmal closed 4 years ago

kevmal commented 4 years ago

See https://github.com/dotnet/fsharp/pull/4387

This handles the ValueTuple case in QuotationSimplifier. Otherwise PreComputeTuplePropertyInfo throws an invalid argument exception.