It'd be good to go through the mini-notation, thinking about how everything could most efficiently be expressed in Haskell. It won't be as efficient as the mini-notation in most cases, but worth seeing if there are improvements to be made.
The text was updated successfully, but these errors were encountered:
The above still wouldn't let you mix tidal expressions like rev in with the maxi-notation though, so doesn't buy very much, if anything.
The good thing about the AST is it can track the relative 'size' of a subpattern in steps. So maybe the real task here is getting Tidal tracking the numbers of steps in a pattern again.
It'd be good to go through the mini-notation, thinking about how everything could most efficiently be expressed in Haskell. It won't be as efficient as the mini-notation in most cases, but worth seeing if there are improvements to be made.
The text was updated successfully, but these errors were encountered: