leanprover-community / mathport

Mathport is a tool for porting Lean3 projects to Lean4
Apache License 2.0
40 stars 15 forks source link

Change the replacement style used for mathlib3port to `keep` #251

Open eric-wieser opened 1 year ago

eric-wieser commented 1 year ago

These #prints and surrounding comments are annoying to remove when re-porting files, and having the declarations commented out isn't particularly useful anyway.

The real motivation here is to make mathport produce a tree that is suitable for inserting between the mathlib3 and mathlib4 history, with ideally-minimal diffs