Closed herbelin closed 1 year ago
This PR addresses two stdlib renamings while compiling paramcoq's examples with recent Coq (such as 8.18): app_assoc and Nat.divmod.
app_assoc
Nat.divmod
It also fixes a mispelling which was supposingly unintended (revealed by a new Coq warning).
Thanks!
This PR addresses two stdlib renamings while compiling paramcoq's examples with recent Coq (such as 8.18):
app_assoc
andNat.divmod
.It also fixes a mispelling which was supposingly unintended (revealed by a new Coq warning).