everparse
everparse copied to clipboard
Fixes for FStarLang/FStar#1905
This PR fixes spurious uses of names, as described in FStarLang/FStar#1905. F* will reject these names with a syntax error once the fix is merged (waiting on this PR and one in miTLS).
F* now just warns for these things, so this PR is just to remove the warnings. (So if this conflicts with #9, I think you should favour that PR.)