We should rename all references to Core to Core_modules when extracting Lean code to be able to use the autogenerated core modules (coming from PR #1849).
Comment from @maximebuyse :
Having a phase for that would be nice but we could have problems to match against names from Core. In the F* backend we do that in name rendering which works quite well
We should rename all references to
CoretoCore_moduleswhen extracting Lean code to be able to use the autogenerated core modules (coming from PR #1849).Comment from @maximebuyse :