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) ```
I need to extract all values in specific funtions without listing all functions manually
It would be good to have something like that
Livecscript