TodePond / MotherTode

language language
MIT License
21 stars 1 forks source link

Chain operator works weirdly #11

Closed TodePond closed 2 years ago

TodePond commented 2 years ago

++ works unintuitively sometimes. Consider if this is correct, or should change.

You need to manually specify that you want to carry over the rest of a source after a chain, NOT JUST the matched source.

Should this work the same/different as the then operator? #10

TodePond commented 2 years ago

I think it's better to remove it altogether. See #12