prelude-ls icon indicating copy to clipboard operation
prelude-ls copied to clipboard

Is it possible to extract all values in function?

Open askucher opened this issue 9 years ago • 1 comments

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)

askucher avatar Jan 16 '16 09:01 askucher

global <<< prelude.

You can only import into the global/window objects. You can't have a function declare things in your private scope.

igl avatar Jan 16 '16 13:01 igl