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

remove stale reference to Laterable

parent 675a023e
No related branches found
No related tags found
No related merge requests found
...@@ -631,10 +631,9 @@ Tactic Notation "wp_smart_apply" open_constr(lem) := ...@@ -631,10 +631,9 @@ Tactic Notation "wp_smart_apply" open_constr(lem) :=
(** Tactic tailored for atomic triples: the first, simple one just runs (** Tactic tailored for atomic triples: the first, simple one just runs
[iAuIntro] on the goal, as atomic triples always have an atomic update as their [iAuIntro] on the goal, as atomic triples always have an atomic update as their
premise. The second one additionaly does some framing: it gets rid of [Hs] from premise. The second one additionaly does some framing: it gets rid of [Hs] from
the context, which is intended to be the non-laterable assertions that iAuIntro the context, reducing clutter. You get them all back in the continuation of the
would choke on. You get them all back in the continuation of the atomic atomic operation. *)
operation. *)
Tactic Notation "awp_apply" open_constr(lem) := Tactic Notation "awp_apply" open_constr(lem) :=
wp_apply_core lem ltac:(fun H => iApplyHyp H) ltac:(fun cont => fail); wp_apply_core lem ltac:(fun H => iApplyHyp H) ltac:(fun cont => fail);
last iAuIntro. last iAuIntro.
......
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