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

Remove another FIXME.

Note that the _L lemmas/class projections are always faster (and
prefered to be used) when possible.
parent ba659fd0
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -88,7 +88,7 @@ Section type. ...@@ -88,7 +88,7 @@ Section type.
(n m)%nat shr_locsE l n shr_locsE l m. (n m)%nat shr_locsE l n shr_locsE l m.
Proof. Proof.
induction 1; first done. induction 1; first done.
rewrite ->IHle. rewrite -Nat.add_1_l [(_ + _)%nat]comm. (* FIXME last rewrite is very slow. *) rewrite ->IHle. rewrite -Nat.add_1_l [(_ + _)%nat]comm_L.
rewrite shr_locsE_shift. set_solver+. rewrite shr_locsE_shift. set_solver+.
Qed. Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment