Commit 2024-01-01 19:29 5192777c
View on Github →refactor: decapitalize names in @[mk_iff]
(#9378)
@[mk_iff] class MyPred
now generatesmyPred_iff
, notMyPred_iff
- add
Lean.Name.decapitalize
- fix indentation and a few typos in the docs/comments. Partially addresses issue #9129