lean-training-data
lean-training-data copied to clipboard
`goal_comments`has no effect
I tried lake exe goal_comments Mathlib.Logic.Hydra and lake exe goal_comments Mathlib.Logic.Hydra --edit, but the -- ⊢ x = y aren't inserted at all.
Solved. Just add supportInterpreter = true after
[[lean_exe]] name = "goal_comments" root = "scripts.goal_comments"
in lakefile.toml