dead_code_analyzer
dead_code_analyzer copied to clipboard
Dead-code analyzer for OCaml
The current compatible OCaml version is 5.2. The latest OCaml release is 5.4.0. There is interest in having an OCaml 5.3 compatible version (https://github.com/LexiFi/dead_code_analyzer/pull/17#issuecomment-3199461320, and https://github.com/LexiFi/dead_code_analyzer/pull/31#issuecomment-3603188491). This would also provide...
# Context Currently, the output of the `dead_code_analyzer` is sorted lexicographic order in each report section, with an empty line in between directory changes. Below is a sample pseudo-output, copied...
``` type t = string module type U = sig val f : unit -> unit end module type S = sig val f : int -> int end module...