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
Note how the 'a. gets on the same line as the first lhs of the arrow, suggesting a wrong precedence of . wrt ->. I think the snippet should stay unchanged.
To reproduce:
$ nix run github:tweag/topiary/f35eee4 -- format -l ocaml <<EOFlet foo : 'a. 'a -> 'a -> 'a = fun x y -> xEOF
As of f35eee4, Topiary formats:
as:
Note how the
'a.
gets on the same line as the first lhs of the arrow, suggesting a wrong precedence of.
wrt->
. I think the snippet should stay unchanged.To reproduce:
Somewhat related: #814
The text was updated successfully, but these errors were encountered: