Skip to content

Commit

Permalink
Fix a shadowed lemma name
Browse files Browse the repository at this point in the history
  • Loading branch information
IlmariReissumies authored and mn200 committed Sep 5, 2023
1 parent 5687562 commit 398e682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coalgebras/itreeTauScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ Proof
metis_tac[strip_tau_rules,itree_wbisim_rules]
QED

Theorem itree_wbisim_tau:
Theorem itree_wbisim_tau_eq:
itree_wbisim (Tau t) t
Proof
‘!t t'. t = Tau t' \/ t = t' ==> itree_wbisim t t'’ suffices_by metis_tac[] \\
Expand Down

0 comments on commit 398e682

Please sign in to comment.