mirror of
https://github.com/achlipala/frap.git
synced 2024-11-27 23:06:20 +00:00
Revising for next Wednesday's lecture
This commit is contained in:
parent
0e13a0a695
commit
092e3ccc1b
2 changed files with 17 additions and 17 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue