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]. The tool assumes that .mli files are compiled with -keep-locs and .ml files with -bin-annot. Issues and pull requests are welcomed. Happy new year, Corentin [1] https://github.com/LexiFi/dead_code_analyzer * * -- *Corentin De Souza* * *