prelude-ls
prelude-ls copied to clipboard
Is it possible to extract all values in function?
I need to extract all values in specific funtions without listing all functions manually
It would be good to have something like that
Livecscript
prelude-ls.extract-all!
[1- 10 ] |> map (-> s: it)
global <<< prelude.
You can only import into the global/window objects. You can't have a function declare things in your private scope.