Commit 2023-05-28 05:00 63c31ccb

View on Github →

feat: add compile_inductive% and compile_def% commands (#4097) Add a #compile inductive command to compile the recursors of an inductive type, which works by creating a recursive definition and using @[csimp].

Estimated changes