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

Equational reasoning style support in formatter #224

Open
tonyxty opened this issue Aug 10, 2020 · 3 comments
Open

Equational reasoning style support in formatter #224

tonyxty opened this issue Aug 10, 2020 · 3 comments

Comments

@tonyxty
Copy link

tonyxty commented Aug 10, 2020

It would be nice if the formatter could recognize equational reasoning style. Alternatively, the user could provide hints in comments specifying "this block should be formatted as equational reasoning style."

@ice1000
Copy link
Collaborator

ice1000 commented Aug 10, 2020

I agree with OP.

@ice1000
Copy link
Collaborator

ice1000 commented Aug 18, 2020

  ab ==< b >==
  a ==< b >==

should be formatted to

  ab ==< b >==
  a  ==< b >==

@ice1000
Copy link
Collaborator

ice1000 commented Aug 18, 2020

It might be a separate formatter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants