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

Formatter moves in into comments #15

Open
chandradeepdey opened this issue Aug 25, 2023 · 0 comments
Open

Formatter moves in into comments #15

chandradeepdey opened this issue Aug 25, 2023 · 0 comments

Comments

@chandradeepdey
Copy link
Contributor

chandradeepdey commented Aug 25, 2023

DY* code

let (idx_sess_b, idx_s2msg2) = responder_send_msg_2 bob idx_s2msg1 in
// (3) + (4)
let idx_s1msg3 = initiator_send_msg_3 alice idx_sess_a idx_s2msg2 in
// (5)

gets rewritten as

let (idx_sess_b, idx_s2msg2) = responder_send_msg_2 bob idx_s2msg1 // (3) + (4) in
let idx_s1msg3 = initiator_send_msg_3 alice idx_sess_a idx_s2msg2 // (5) in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant