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
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.
The text was updated successfully, but these errors were encountered:
(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)
I think that in all cases, whitespace should be accepted.
The text was updated successfully, but these errors were encountered: