About 2 results
https://dev-stream.pckt.blog/til-join-over-dfm23ru · 23 Jan 2026
I discovered a neat pattern: using join with the function arrow ((->)) as a Monad. When you join over functions, you get: This lets you pass the same argument twice: once to determine what to do, and another to actually do it. In , we have validators with ...
https://seth.computer/notes/how-im-writing-haskell · 4 Aug 2019
A walkthrough of a Haskell development environment built on NixOS, Vim, GHCid, and Hoogle. Covers the Nix and Cabal setup, fast compiler feedback with GHCid, testing with hspec, and documentation lookups, all prioritizing simplicity and locally contained t...