Open gebner opened 2 years ago
It might be nice to bundle them all in one command, e.g. #mathlib_set_defaults
That's a good suggestion, but I'm not sure it's the best idea.
An alignment is a relationship between a lean 3 mathlib definition and a mathlib4 definition; it does not intrinsically involve mathport. It might make sense for rapid iteration purposes to have mathport configuration that overrides these alignment indications, but for reasonably stable alignments that we want to keep I think we should be pushing them to mathlib4.
I often have to add some options just to get the statements of the theorems to elaborate:
In the future we might also want to add options that disable automatic implicit lambdas (see #53).