Skip to content

Commit d034a3b

Browse files
committed
formatting
1 parent 7392356 commit d034a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EffectSSA/ProofSketch/ProofSketch.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ private theorem of_cons_inst :
426426
all_goals solve | assumption | grind
427427

428428
private theorem of_cons_hole :
429-
InvariantAux Γ H (Sum.inr h :: C) P ρ
430-
InvariantAux (P[h].results ∪ Γ) (h :: H) C P (⟦P[h]⟧ ρ) := by
429+
InvariantAux Γ H (Sum.inr h :: C) P ρ
430+
InvariantAux (P[h].results ∪ Γ) (h :: H) C P (⟦P[h]⟧ ρ) := by
431431
intro inv
432432
obtain ⟨hwf_h, hwf_C⟩ := by
433433
simpa only [MultiContext.plug_cons_hole, InstSeq.wellFormed_append] using inv.wf

0 commit comments

Comments
 (0)