Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment placement is not uniform between let...let and let...and #586

Closed
jberdine opened this issue Feb 1, 2019 · 0 comments · Fixed by #1663
Closed

Comment placement is not uniform between let...let and let...and #586

jberdine opened this issue Feb 1, 2019 · 0 comments · Fixed by #1663
Milestone

Comments

@jberdine
Copy link
Collaborator

jberdine commented Feb 1, 2019

Consider:

let x = ()
(* after x *)

let y = ()


let x = ()
(* after x *)

and y = ()

which reformats to:

let x = ()

(* after x *)

let y = ()

let x = ()

(* after x *)
and y = ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants