FStarLang/FStar

Flag to report unused functions/lemmas/lets.

Open

#1,512 opened on Aug 17, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)F* (258 forks)auto 404
area/usabilitycomponent/dependency-analysisgood first issuekind/enhancementpriority/low

Repository metrics

Stars
 (3,068 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be super useful if F* could report all unused functions/lemmas upon request. This is not totally trivial in the presence of SMTPats, interfaces, friends, etc, but for a start I think it would be enough to report unused symbols under the assumption that all relevant files are presented to F*.

@fournet @s-zanella @dranov

Contributor guide