Open leodemoura opened 3 years ago
This was removed from lean 3 core a long time ago. Is there a reason it needs to be in lean 4 core? I would be inclined to just keep it as a user add-on.
One aspect where lean support may be necessary is in being able to register arbitrary types to have an "inductive-like" interface that will be used by match
, cases
, and inductive
. This is a separate feature that requires some design work, though.
Port and cleanup the Lean 3 coinductive predicate meta program to Lean 4. https://github.com/leanprover-community/mathlib/blob/76a3b82dc0ae6c9a60a8714d74c6cf2b854cf17b/src/meta/coinductive_predicates.lean