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 (type t) goes on the same line as the binding, which does not seem to fit the rest of Topiary's formatting. I would expect the formatting to be unchanged.
To reproduce:
$ nix run github:tweag/topiary/f35eee4 -- format -l ocaml <<EOFlet foo (type t) (x : t) : t = resultEOF
The text was updated successfully, but these errors were encountered:
Niols
changed the title
Type parameters do not seem to care about multi-line
Type parameters (type t) do not seem to care about multi-line
Dec 29, 2024
As of f35eee4, Topiary formats:
as:
Note how
(type t)
goes on the same line as the binding, which does not seem to fit the rest of Topiary's formatting. I would expect the formatting to be unchanged.To reproduce:
The text was updated successfully, but these errors were encountered: