Edmund Lam
Edmund Lam
FWIW, another possible solution is to change the default behavior of no splat to be `{0..len}` which seems more intuitive anyways.
Theoretically if we did something like bundle with parameters (such as an array) I think that could solve most of our issues. We could imagine fixing most of the for...
Question from meeting with @rachitnigam: How do we type check above? There are some restrictions on the possible values of `Delay`: we require that `Delay[i] > Delay[i-1]` (specifically that it...
Could this be theoretically further simplified with the addition of #195 if we can instead define an event that is `I` times slower than the domain it is instantiated in,...
Currently knowingly violated (referenced at https://github.com/cucapra/filament/pull/232#issuecomment-1652140065), should be discussed further.