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

Indentation issue : "\in" #757

Open
KimayaBedarkar opened this issue Apr 4, 2024 · 0 comments
Open

Indentation issue : "\in" #757

KimayaBedarkar opened this issue Apr 4, 2024 · 0 comments

Comments

@KimayaBedarkar
Copy link

SSReflect uses \in as opposed to the unicode to indicate membership in lists. However, the former is not indented correctly.
Example:

Lemma test:
  forall a : nat,
    a \in [::] ->
          False. (* indented by 4 spaces*)

as opposed to:

Lemma test:
  forall a : nat,
    a ∈ [::] ->
    False. (* not indented *)
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