Replies: 1 comment 2 replies
-
Yes, this is a more general thing where the compiler doesn't choose the more specific/concrete overload if in theory both overloads could work (this is in contrast to C#). See fsharp/fslang-suggestions#905 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type inference couldn't figure out which overload to use because there's a method that accept
Span<byte>
and a method that acceptSpan<'a>
Beta Was this translation helpful? Give feedback.
All reactions