Zulip Chat Archive
Stream: Is there code for X?
Topic: All Combinations in a List,vector
Jared green (Jan 20 2025 at 21:26):
is there a version of (l : List a).sublistsLen n that outputs a list (vector a n)?
Eric Wieser (Jan 21 2025 at 00:42):
No, but it would be easy to obtain it with docs#List.pmap
Last updated: May 02 2025 at 03:31 UTC