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
It is not displayed properly, and we get f x instead of f <!> x.
I've tested it both with Firefox and Chrome and it looks the same.
It seems that the reason for this, is that <!> gets treated as HTML comment, as pictured below:
The text was updated successfully, but these errors were encountered:
In our operators docs we have
<!>
operator: https://fsprojects.github.io/FSharpPlus/reference/fsharpplus-operators.html#(%20%3C!%3E%20)It is not displayed properly, and we get
f x
instead off <!> x
.I've tested it both with Firefox and Chrome and it looks the same.
It seems that the reason for this, is that
<!>
gets treated as HTML comment, as pictured below:The text was updated successfully, but these errors were encountered: