thizanne / ocaml-hamt

Implementation of the Hash Array Mapped Trie data structure in OCaml
MIT License
13 stars 0 forks source link

refactor: inline BinUtils module #23

Closed rgrinberg closed 2 years ago

rgrinberg commented 2 years ago

Makes it easier to vendor in the library.

thizanne commented 2 years ago

You renamed BitUtils into BinUtils. Is that on purpose?

rgrinberg commented 2 years ago

You renamed BitUtils into BinUtils. Is that on purpose?

Nope, it was accidental. Will fix.