An attempt to explain the lambda calculus while implementing it in Haskell.
Posts tagged haskell
3
I needed to put together a Bayes classifier quickly to test an idea and did not want to pull in anything large from Hackage. If you ever find yourself in the same situation, here is the code.
Do you know what happens if you ask Haskell for the minimum value of a two-element tuple?