I should investigate this at some point, but I'm not sure if 100 is large enough:
|
refine (@ring_correct R 100%N VarMap Lpe RE1 RE2 PE1 PE2 LpeProofs |
Coq uses 1000 instead:
https://github.com/coq/coq/blob/110921a449fcb830ec2a1cd07e3acc32319feae6/theories/setoid_ring/Ring_tac.v#L340
I think we should at least give a constant name to this number as in Coq.
I should investigate this at some point, but I'm not sure if 100 is large enough:
algebra-tactics/theories/ring.v
Line 654 in 0b8356c
Coq uses 1000 instead:
https://github.com/coq/coq/blob/110921a449fcb830ec2a1cd07e3acc32319feae6/theories/setoid_ring/Ring_tac.v#L340
I think we should at least give a constant name to this number as in Coq.