mirage / bechamel

Agnostic benchmark in OCaml (proof-of-concept)
MIT License
44 stars 15 forks source link

Fix deprecated Obj functions #29

Closed OlivierNicole closed 2 years ago

OlivierNicole commented 2 years ago

The two functions Obj.extension_id and Obj.extension_constructor are deprecated and will most probably be removed in the next OCaml release (already are on trunk). This replaces them with their new Obj.Extension_constructor-prefixed versions.

OlivierNicole commented 2 years ago

Done.