Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve build issues with mathlib
See https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/lean4checker.20failure/near/486823143 for more details. If initializers don't run, then the parsers registered with `initlialize add_parser_alias ..` do not run, and so the alias never exists and the downstream code that references the alias crashes. `import-graph` and the Batteries linter framework already include this line.
- Loading branch information