Replies: 1 comment
-
So now you can seal any function that has one parameter (or rewrite this for two parameter) by using :
Allowing instead of :
Perhaps Infinitely unwrap
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today I wanted a function that can return itself so I can use piping to keep giving it stuffs to work on
or something as
Currently the best I can do is
It would be nice if we get recursive function that returns itself, by the language, so we don't have to write these glue codes
Beta Was this translation helpful? Give feedback.
All reactions