. means function composition in Haskell. (f .) . (+) is just an obscure way to write \x y -> f (x + y). It's not recommended to use this point-free style in production code, but it is sometimes fun to experiment with for challenges like this.
Noughtmare
joined 2 years ago
They are considered volunteers in the Netherlands as long as the compensation is way below market rates. I don't understand why you think this is a problem.
In the Netherlands, volunteers can be paid up to โฌ5.60 per hour and up to โฌ2100 per year (tax-free).
The Netherlands also has mandatory ID.
It's e2e encrypted, so what could they do if they were evil? (honest question)
Een belangrijke overweging van mij is dat de partij groot genoeg is om echt het verschil te maken. Daarom ben ik recent lid geworden van Groenlinks. Ik denk dat Groenlinks-PvdA de enige fractie is die groot genoeg en ook duidelijk pro-europa is.
view more: next โบ
Cabal is more than sufficient for my purposes nowadays. I'd recommend reading their Getting Started page:
https://cabal.readthedocs.io/en/3.10/getting-started.html
That gives an overview of the basic functions and for example how to add new dependencies.
For setting up the entire toolchain, I'd also recommend GHCUp's first steps guide:
https://www.haskell.org/ghcup/steps/