Use `<:` (VMcast) for instances of `exact I` in lang/tactics.v
Compare changes
+ 6
− 3
@@ -172,7 +172,7 @@ Ltac solve_closed :=
@@ -188,7 +188,10 @@ Ltac solve_to_val :=
@@ -197,7 +200,7 @@ Ltac solve_atomic :=
Title says it all. This way we get the benefits of vm_compute
both during the proof and at Qed
time. It brings the total compilation time down to ~7:40 from ~9:20 on the CI.
/cc @robbertkrebbers