dead_code_analyzer
dead_code_analyzer -- Dead code analyzing tool.
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 11 Jan 2016
- Authors
- Maintainers
Sources
Dependencies
ocaml
>= "4.03.0" & < "4.05"
Reverse Dependencies