ocaml-multicore / kcas

Software Transactional Memory for OCaml
https://ocaml-multicore.github.io/kcas/
ISC License
109 stars 11 forks source link

Port to ocaml 4.13 #111

Closed polytypic closed 1 year ago

polytypic commented 1 year ago

This PR removes two uses of Seq.length allowing Kcas to build on OCaml 4.13.

The next step would be to remove uses of Int.min and Int.max allowing Kcas to build on OCaml 4.12.