dead_code_analyzer icon indicating copy to clipboard operation
dead_code_analyzer copied to clipboard

Dead-code analyzer for OCaml

Results 13 dead_code_analyzer issues
Sort by recently updated
recently updated
newest added

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...

enhancement

# 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...

enhancement
reports

``` type t = string module type U = sig val f : unit -> unit end module type S = sig val f : int -> int end module...

reports