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

Scheme ... with is indented improperly #700

Open
audreyseo opened this issue Apr 25, 2023 · 1 comment
Open

Scheme ... with is indented improperly #700

audreyseo opened this issue Apr 25, 2023 · 1 comment

Comments

@audreyseo
Copy link

Mutual induction schemes are not indented properly. Multiple with additions are indented like so:

Scheme a_mut := Induction for a Sort Prop
    with b_mut := Induction for b Sort Prop
                      with c_mut := Induction for c Sort Prop
                      with d_mut := Induction for d Sort Prop.

It seems like this would have to follow the same pattern of indentation as mutually recursive fixpoints.

Copy link
Contributor

Matafou commented Apr 25, 2023

Indeed thx for reporting!

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

2 participants