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
reformat "f x {` hello\nworld `}\n` goodbye\n y z";
reformat "f x \n` hello\n y z";
reformat "f x\n y z";
reformat "f x\n\n y z";
reformat "(x ` variable\n : A) ` first arg\n -> B `second arg\n -> C";
reformat "(x : A) ` first arg\n -> B `second arg\n -> C";
reformat "(x : A) -> B `second arg\n -> C";
(* TODO: Some things after a comment have an extra indent, because the forced newline at the end of the comment replaces what would otherwise have been a breaking space. *)
reformat
"(x : A) -> B `second arg\n -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C -> C "