Commit 2023-05-01 22:19 31dba13a

View on Github →

feat: make Acc.rec and many related defs computable (#3535) Lean 4 code generator has had no native supports for Acc.rec. This PR makes Acc.rec computable. This change makes many defs computable. Especially, computable PFun.fix and Part.hasFix enables us to reason about partial functions. This PR also renames some instances and gives PFun.lift @[coe] attr.

Estimated changes