HOL icon indicating copy to clipboard operation
HOL copied to clipboard

rename should only affect variables

Open mn200 opened this issue 4 years ago • 0 comments

Currently rename will abbreviate in lossy fashion such that

rename [‘SUC n’]

when applied to a goal with conclusion

SUC (2 + x * y + z) < 101

will turn this into

SUC n < 101

rather than failing (or finding a SUC var instance in the assumptions). Nor will this introduce an abbreviation assumption telling you what n used to be.

We should provide a new entry-point for the old behaviour.

mn200 avatar Mar 19 '20 00:03 mn200