Commit 2026-02-26 13:42 10f17828

View on Github →

refactor(Computability/TMComputable): generalize from FinEncoding (#34779) Much of TMComputable.lean is stated in terms of FinEncoding when only the encode function is used. This PR generalizes statements in TMComputable.lean to take in just the encode function, making them easier to use (since one does not have to additionally provide a decode function and a proof of decode_encode).

Estimated changes