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
Create a version of lazymap for things that are not iterable (and figure out how to detect if something is iterable).
Create a method of rand to call through to the original object and apply the mapped function.
Is this the right package to implement it in, or is it outside the scope? (even if the uncountable set part is outside the scope, it would be nice to make rand work for finite sets)
The text was updated successfully, but these errors were encountered:
I would like to be able to do the following (not exactly this, but something similar):
There are two steps:
lazymap
for things that are not iterable (and figure out how to detect if something is iterable).Is this the right package to implement it in, or is it outside the scope? (even if the uncountable set part is outside the scope, it would be nice to make
rand
work for finite sets)The text was updated successfully, but these errors were encountered: