Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-07-19 05:43 8312419c

View on Github →

refactor(data/polynomial): remove has_coe_to_fun, and @[reducible] on monomial (#3420) I'm going to refactor in stages, trying to clean up some of the cruftier aspects of data/polynomial/*. This PR:

  1. removes the has_coe_to_fun on polynomial

Estimated changes