Closed panagosg7 closed 10 years ago
Great, thanks! Should be easy (?) to scan the AST of the code to be checked to find free-variables/names and just filter out externs to those?
Identifiers mentioned in the source code are added anyway. The issue is with identifiers mentioned in refinements (perhaps transitively through the environment bindings).
Adding support for:
Moving benchmarks to https://github.com/UCSD-PL/rs-benchmarks
IMPORTANT: all externs are added in/bloating the environment - perhaps we need to see which ones are needed.