Skip to content
Snippets Groups Projects
Commit 6e22d910 authored by Ralf Jung's avatar Ralf Jung Committed by Robbert Krebbers
Browse files

explain why IntoLaterN uses MakeLaterN

parent a23a774d
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,10 @@ Global Instance into_laterN_later only_head n n' m' P Q lQ :
progress, but there may still be a left-over (i.e. [n']) to cancel more deeply
into [P], as such, we continue with [MaybeIntoLaterN]. *)
TCIf (TCEq 1 m') (IntoLaterN only_head n' P Q) (MaybeIntoLaterN only_head n' P Q)
(* Similar to [iFrame], the [iNext] tactic also performs a traversal through a
term (a hypothesis) to find laters to strip. And like [iFrame] we don't want
this to be excessively smart. So we use the same typeclass as [iFrame] here.
*)
MakeLaterN m' Q lQ
IntoLaterN only_head n ( P) lQ | 2.
Proof.
......
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