Albert Julius Liu

Results 18 comments of Albert Julius Liu

Thinking about this again. I don't really like the way `Deal` occupies multiple slots at the moment, and it makes it hard to do things like ``` a, b =...

This idea seems infeasible and inconsistent with the style of the rest of the system. For the slot issue, allowing non-integer counts seems more likely, though still not that likely.

I went with the `limit` approach for Icecup, since I think it will be rare to want to exclude outcomes in the middle, and at the same time choosing a...

One approach would be to implement some sort of `initial_state` that gets the pools, or at least their sizes, as arguments. This is kind of spooky, but maybe it being...

Another issue is determining iteration order. We would need to determine if the multiset size is known first, only after which we would know whether the keep expression can go...

Great suggestion! > I'm not sure I understand this interface, but the intention is to get larger outcomes before smaller ones That's correct, this controls whether the outcomes are seen...