lean4-htt/script/lakefile.toml
Sebastian Ullrich 44a2b085c4
feat: scripts/Modulize.lean (#10460)
This PR introduces a simple script that adjusts module headers in a
package for use of the module system, without further minimizing import
or annotation use.

---------

Co-authored-by: Kim Morrison <477956+kim-em@users.noreply.github.com>
2025-09-24 11:40:17 +00:00

5 lines
67 B
TOML

name = "scripts"
[[lean_exe]]
name = "modulize"
root = "Modulize"