SeqZ Function
Compare changes
Files
2+ 57
− 0
@@ -394,6 +394,13 @@ used by [positives_flatten]. *)
@@ -1460,6 +1467,7 @@ Proof.
@@ -3335,6 +3343,55 @@ Section mapM.
This MR adds a simple range function on integers to stdpp.
Calling range m n
results in the range m, m + 1, ..., n - 1
and is empty, if m >= n
.