You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #301, we will have both List.sublists and List.sublistsFast, where the former is implemented_by the latter.
The proof that this is safe, sublists_eq_sublistsFast, as of leanprover-community/mathlib4#7746 lives in mathlib.
We should upstream the results needed by this lemma (such as List.reverseRecOn) such that sublists_eq_sublistsFast can be in Std instead.
The text was updated successfully, but these errors were encountered:
As of #301, we will have both
List.sublists
andList.sublistsFast
, where the former isimplemented_by
the latter.The proof that this is safe,
sublists_eq_sublistsFast
, as of leanprover-community/mathlib4#7746 lives in mathlib.We should upstream the results needed by this lemma (such as
List.reverseRecOn
) such thatsublists_eq_sublistsFast
can be in Std instead.The text was updated successfully, but these errors were encountered: