Skip to content
Snippets Groups Projects
Commit 3c5e3622 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Remove another FIXME.

parent f1f3836d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ Section product_split.
intros Hp.
revert off1 off2; induction tyl; intros off1 off2; simpl; first done.
rewrite !tctx_interp_cons. f_equiv; last first.
{ rewrite IHtyl plus_assoc. done. } (* FIXME RJ: Using assoc, even with a pattern, is pretty slow here. *)
{ by rewrite IHtyl assoc_L. }
apply tctx_elt_interp_hasty_path. clear Hp. simpl.
clear. destruct (eval_path p); last done. destruct v; try done.
destruct l; try done. rewrite shift_loc_assoc Nat2Z.inj_add //.
......
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