Hello,
I am happy to announce dead_code_analyzer version 0.9.
The dead_code_analyzer works as a complement to the compiler, warning you about exported
values, methods, constructors and record fields that are never used.
It also looks for optional arguments always/never used.
In addition it reports some coding style issues, focusing on typing information.
It needs OCaml 4.03 and can be installed through OPAM and github[1].