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
This is a style suggestion to support the label punning when the labeled argument is casted with the :> syntax.
Current formatting
Please copy-paste your code and the formatting that is currently applied to it.
letf~x= x
letcoerce_punningx= f ~(x : int)
letcast_coerce_punningx= f ~x:(x :> int)
The coerce_punning works already. The request is about the second item.
Describe the formatting you'd like
A clear and concise description of what you want to happen.
letcast_coerce_punningx= f ~(x :> int)
Additional context
This is quite minor. This is motivated for more consistency. I don't know off-hand from which ocaml-version this punning syntax was supported. Thank you!
The text was updated successfully, but these errors were encountered:
This is a style suggestion to support the label punning when the labeled argument is casted with the
:>
syntax.Current formatting
Please copy-paste your code and the formatting that is currently applied to it.
The
coerce_punning
works already. The request is about the second item.Describe the formatting you'd like
A clear and concise description of what you want to happen.
Additional context
This is quite minor. This is motivated for more consistency. I don't know off-hand from which ocaml-version this punning syntax was supported. Thank you!
The text was updated successfully, but these errors were encountered: