PG icon indicating copy to clipboard operation
PG copied to clipboard

Scheme ... with is indented improperly

Open audreyseo opened this issue 1 year ago • 1 comments

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.

audreyseo avatar Apr 25 '23 21:04 audreyseo

Indeed thx for reporting!

Matafou avatar Apr 25 '23 21:04 Matafou