package dead_code_analyzer

  1. Overview
  2. Docs
dead_code_analyzer -- Dead code analyzing tool.

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.tar.gz
md5=97bc788d2bea1e50192441c65326bda2

Description

It only reports unused exported values, constructors/record fields and methods by default. Options can enable reporting of optional arguments always/never used as bad style of code. In addition to selecting which reports are to be displayed, the limit of authorized occurences needed to be reported can be selected (default is 0).

It assumes .mli/.mfi are compiled with -keep-locs and .ml/.mf are compiled with -bin-annot.

Published: 11 Jan 2016

Dependencies (1)

  1. ocaml >= "4.03.0" & < "4.05"

Dev Dependencies

None

Used by

None

Conflicts

None