Skip to content

Commit

Permalink
renaming lemmas
Browse files Browse the repository at this point in the history
  • Loading branch information
adelaett committed Feb 19, 2025
1 parent 5c25655 commit 7f2ec9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/miniml/miniml_ifthenelse.v
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ Proof.
}
Qed.

Theorem cong_term_correctness_tss:
Theorem cong_term_correctness_tss_strat1:
forall t1 t2,
sred t1 t2 ->
forall t1',
Expand Down Expand Up @@ -1531,7 +1531,7 @@ Proof.
Qed.

(* This strategy works *)
Theorem cong_term_correctness_cbss:
Theorem cong_term_correctness_tss_strat2:
forall t1 t1',
cong_term t1 t1' ->
forall t2,
Expand Down

0 comments on commit 7f2ec9e

Please sign in to comment.