Closed krtab closed 3 months ago
Can you add a .mli
?
Once this is effectively used in concollic, I'll add documentation and close #363
I'm asking for a .mli
not only to add documentation but to make sure the interface is properly constrained to the things that are actually used outside (so that the compiler can tell us about unused stuff and the like).
Yes, I have added a mli :)
Thanks!
Because Ocaml does not possess an optimizing compiler, we should check that this does not tank performances and manually add [@@inline] where needed to try and salvage what demands salvation.