fix the proof of find_uniq under mathcomp version 1.8
Compare changes
Files
41
analysis/uni/arrival_curves/workload_bound.v
0 → 100644
+ 349
− 0
\ No newline at end of file
The proof got stuck at the goal of
{in l1, forall x0 : T, x0 != x}
which requires unfolding of prop_in1 to get at the x0 before intros can be effective.