[Caml-list] Arrays and private types

2012-03-14 Thread Pietro Abate
hello world. In my application I'm using arrays all over, and lately I've discovered a couple of bugs related to the fact that I was using the index of one array to get the element of another array. Since both indexes are int the compiler could not help me at all. Using private types it seems I

[Caml-list] feedback arc set problem

2012-02-28 Thread Pietro Abate
hello world, Before starting coding it myself, I'm wondering if somebody has already a bit of code to solve the minimum feedback arc set problem [1]. Bonus points if your solution considers weighed graphs ... I'm looking for an approximate solution. I've read a few articles and it seems that

Re: [Caml-list] ocamlbuild, ocamldoc and module packs

2011-11-11 Thread Pietro Abate
Hello. As far as I know ocamldoc doesn't play very well with -pack. There is a very old bug on mantis about this. I'm in a situation that is worst then yours where I use pack to hide modules with the same name as in ModuleOne/A and ModuleTwo/A and ocamldoc refuses altogether to generate doc for