mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Revising before class
This commit is contained in:
parent
42d5af6d2d
commit
300f78191e
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ Proof.
|
|||
simplify; subst; eauto.
|
||||
Qed.
|
||||
|
||||
Hint Resolve ReplaceMethod_ok.
|
||||
Hint Resolve ReplaceMethod_ok : core.
|
||||
|
||||
(* It is OK to replace a method body if the new refines the old as a [comp]. *)
|
||||
Theorem refine_method : forall state name (oldbody newbody : state -> nat -> comp (state * nat))
|
||||
|
|
Loading…
Reference in a new issue