Rudolf Vesely
Rudolf Vesely
Thank you for very much @inclyc for this fantastic project! **Is your feature request related to a problem? Please describe.** Recently I noticed [issue 525](https://github.com/nix-community/nixd/issues/525) since I had a similar...
Hi everybody, I'm using the most current ROC (build from Nix flake). This should work: ``` roc something = \foo, { firstBar ? Both, secondBar } -> when firstBar is...
Hi folks, Please try this one with the most current ROC (build from Nix flake): ``` roc combine = \first, second -> List.joinMap first (\x -> List.map second (\y ->...