leanprover-community/mathlib4

Turn `compute_degree` into a simproc

Open

#22,219 opened on Feb 23, 2025

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Lean (1,381 forks)github user discovery
good first issuet-meta

Repository metrics

Stars
 (3,405 stars)
PR merge metrics
 (PR metrics pending)

Description

compute_degree is a prime example of a piece of meta code that could be implemented as a simproc. It would be interesting to reimplement it as such and compare the user experience.

Contributor guide