Skip to content
Snippets Groups Projects
Commit c84fed03 authored by David Swasey's avatar David Swasey
Browse files

Typo in statement of lift_pure_step.

parent a6d2564f
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ Module IrisMeta (RL : RA_T) (C : CORE_LANG).
Qed.
Program Definition plugExpr safe m φ P Q: expr -n> Props :=
n[(fun e => (lift_ePred φ e) (ht safe m P e Q))].
n[(fun e' => (lift_ePred φ e') (ht safe m P e' Q))].
Next Obligation.
intros e1 e2 Heq w n' r HLt.
destruct n as [|n]; [now inversion HLt | simpl in *].
......
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