lean4-htt/src/Lean/Meta/Constructions
Parth Shastri 5d50433e6a
fix: allow arbitrary sorts in structural recursion over reflexive inductive types (#7639)
This PR changes the generated `below` and `brecOn` implementations for
reflexive inductive types to support motives in `Sort u` rather than
`Type u`.

Closes #7638
2025-06-13 21:51:09 +00:00
..
BRecOn.lean fix: allow arbitrary sorts in structural recursion over reflexive inductive types (#7639) 2025-06-13 21:51:09 +00:00
CasesOn.lean
NoConfusion.lean feat: linear-size noConfusionType construction (#8037) 2025-05-22 14:54:05 +00:00
NoConfusionLinear.lean chore: fix spelling mistakes (#8711) 2025-06-10 20:24:28 +00:00
RecOn.lean