Zulip Chat Archive

Stream: Is there code for X?

Topic: Can't find Vector.all


Vivek Rajesh Joshi (May 15 2024 at 10:25):

Is there a function that checks a proposition for all elements of a vector, similar to List.all?

Kim Morrison (May 15 2024 at 10:49):

If you mean the Vector in Mathlib, no, it is junk and about to be deprecated and replaced with a new implementation in Batteries. Rely on it as little as you can. :-)

Ruben Van de Velde (May 15 2024 at 11:11):

Should we mark the current implementation as deprecated?

Ruben Van de Velde (May 15 2024 at 11:13):

Is it used outside computability theory? A bit in Perm.Cycle?


Last updated: May 02 2025 at 03:31 UTC