Open
Description
Would it make sense for °↯
to behave like △.
? It seems like it would be in line with °√
already behaving like ×.
.
(By the way, I'm loving the work on making more of the language invertible. Sometimes if I'm writing a function that needs to go both ways, like before/after serialization, more and more is automatically invertible so only one or two bits need to be wrapped in a setinv
. This suggestion stems from trying to remove as many setinv
s as I can from my code)