You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no inlined parameter type for custom operators, as seen on a screenshot below
There are libraries that provide custom operators like FSharpPlus or FParsec which are notable F# libraries and this issue makes showing inlined parameter types inconsistent, which works only for basic pipe operator |>
Here's an example of how it works when there are mixed operators:
Tested on Rider, version 2020.2.3
The text was updated successfully, but these errors were encountered:
There is no inlined parameter type for custom operators, as seen on a screenshot below
There are libraries that provide custom operators like
FSharpPlus
orFParsec
which are notable F# libraries and this issue makes showing inlined parameter types inconsistent, which works only for basic pipe operator|>
Here's an example of how it works when there are mixed operators:
Tested on Rider, version 2020.2.3
The text was updated successfully, but these errors were encountered: