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 MakeGenericType fallback #393

Closed kerams closed 1 year ago

kerams commented 1 year ago

Fixes an issue introduced in https://github.com/fsprojects/FSharp.TypeProviders.SDK/pull/377, where some kinds of provided types could slip past the fallback check.

kerams commented 1 year ago

@thinkbeforecoding, hope this doesn't affect the resolution of your original problem.