Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all obvious dead code and unused lemmas #5

Open
dgarbuzov opened this issue Sep 14, 2014 · 0 comments
Open

Remove all obvious dead code and unused lemmas #5

dgarbuzov opened this issue Sep 14, 2014 · 0 comments

Comments

@dgarbuzov
Copy link
Contributor

Grepping the source reveals that there are many lemmas whose identifiers only appear once, in the definition. There is probably a lot of dead code not related to the semantics still in the repository. We should:

  1. Identify (and document!) the main theorems relating the various semantics and correctness of the well-formedness checker.
  2. Write a script to search backwards and find all definitions that are still used
  3. GC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant