FSharpPlus icon indicating copy to clipboard operation
FSharpPlus copied to clipboard

NonEmptySeq with static members

Open gusty opened this issue 1 year ago • 0 comments

As from F# 8 we will be able to add static members to interfaces.

In theory, we no longer need to declare our interfaces upfront and add their static members in each Invokable, which creates an undesired (internal for the moment) dependency and also pollutes the Invokable overloads, which has the negative effect of slowing down overload resolution.

gusty avatar Sep 16 '23 19:09 gusty