Closed quinchs closed 1 year ago
The IsSome method on Option<T> in F# requires both an instance and an index parameter in order to get the value via reflection. This PR adds in the index parameter if the type requires it.
IsSome
Option<T>
Summary
The
IsSome
method onOption<T>
in F# requires both an instance and an index parameter in order to get the value via reflection. This PR adds in the index parameter if the type requires it.