Hello, is there a command in Coq that takes a list of .v files and tells which theorems are never called ? It would be helpful to find dead code and remove it. Dead code often creeps in when we simplify or redo proofs.
Have a look at @Jason Gross coq tools
dpdusage
of thecoq-dpdgraph
tool should do exactly what you want: https://github.com/Karmaki/coq-dpdgraph
Last updated: Jun 10 2023 at 06:31 UTC