ocaml / Zarith

The Zarith library implements arithmetic and logical operations over arbitrary-precision integers and rational numbers. The implementation, based on GMP, is very efficient.
Other
231 stars 70 forks source link

add @since annotations on infix operators #97

Closed c-cube closed 2 years ago

antoinemine commented 2 years ago

Sorry for the delay. We did not document with @since at all. Yet, there were a lot of additions before (in 1.4) and after (in 1.10), so, to be consistent, I guess we'd have to document them as well (possibly having to do detective work to find the right version). Not sure it is worth it...

c-cube commented 2 years ago

If I do it, will it be merged?

antoinemine commented 2 years ago

Sure.

c-cube commented 2 years ago

added more, going back to 1.1.

antoinemine commented 2 years ago

Thanks, this looks good. Merging.