codereport / jello

A Python script for wrapping Jellyfish (a fork of Jelly) so you can more easily play with the language.
MIT License
48 stars 4 forks source link

BUG: Fix `+ * r . scan maxr` #7

Open codereport opened 7 months ago

codereport commented 7 months ago

image

codereport commented 4 months ago

The . scan (aka monadic separator scan`) is overiding the arity of the first chain (from monadic to dyadic)