Revising for next Wednesday's lecture

This commit is contained in:
Adam Chlipala 2022-04-03 14:40:20 -04:00
parent 0e13a0a695
commit 092e3ccc1b
2 changed files with 17 additions and 17 deletions

View file

@ -908,7 +908,7 @@ Proof.
Qed.
(* Fancy theorem to help us rewrite within preconditions and postconditions *)
Instance hoare_triple_morphism : forall A,
Global Instance hoare_triple_morphism : forall A,
Proper (heq ==> eq ==> (eq ==> heq) ==> iff) (@hoare_triple A).
Proof.
Transparent himp.