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

avoid a whacky rewrite that no longer works with Coq 8.16

parent d6f8c9ac
No related branches found
No related tags found
No related merge requests found
Pipeline #70686 failed
......@@ -357,7 +357,7 @@ Section typing.
typed_body E L C T (call: p ps k).
Proof.
intros Hfn HL HE HTT' HC HT'T''.
rewrite -typed_body_mono /flip; last done; first by eapply type_call'.
iApply typed_body_mono; [| |done|by iApply type_call']; simpl.
- etrans.
+ eapply (incl_cctx_incl _ [_]); by intros ? ->%elem_of_list_singleton.
+ apply cctx_incl_cons; first done. intros args. by inv_vec args.
......
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