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

make whitespace more flexible in "to show", etc. #20

Open
jwaldmann opened this issue Mar 25, 2017 · 0 comments
Open

make whitespace more flexible in "to show", etc. #20

jwaldmann opened this issue Mar 25, 2017 · 0 comments
Labels

Comments

@jwaldmann
Copy link
Contributor

(again, Wadler's law)

some identifiers consist of more that one token. Sometimes they are separated by exactly one space, sometimes by whitespace (e.g., more spaces). (I will mark space by "_" in the following)

  • "proof__by_induction" is fine
  • "proof_by__induction" is not
  • "To__show" is not
  • "(by_def__plus)" is not

I think that in all cases, whitespace should be accepted.

@larsrh larsrh added the bug label Mar 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants