Skip to content
Snippets Groups Projects
Commit e8f25c81 authored by Ralf Jung's avatar Ralf Jung
Browse files

a note on TC resolution

parent 1f4a4d60
No related branches found
No related tags found
No related merge requests found
...@@ -357,7 +357,8 @@ End heap. ...@@ -357,7 +357,8 @@ End heap.
(** Evaluate [lem] to a hypothesis [H] that can be applied, and then run (** Evaluate [lem] to a hypothesis [H] that can be applied, and then run
[wp_bind K; tac H] for every possible evaluation context. [tac] can do [wp_bind K; tac H] for every possible evaluation context. [tac] can do
[iApplyHyp H] to actually apply the hypothesis. *) [iApplyHyp H] to actually apply the hypothesis. TC resolution of [lem] premises
happens *after* [tac H] got executed. *)
Tactic Notation "wp_apply_core" open_constr(lem) tactic(tac) := Tactic Notation "wp_apply_core" open_constr(lem) tactic(tac) :=
wp_pures; wp_pures;
iPoseProofCore lem as false true (fun H => iPoseProofCore lem as false true (fun H =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment