functor definition

Type constructor plus lifting function (fmap)

added 2012-07-19T09:46:40Z by anders

quicksort is not a stable sort

added 2012-04-11T11:14:30Z by anders

memoizing fixed-point combinator

If you convert a recursive function to fixed-point with a Y-combinator, you can then add memoization to the combinator.

added 2012-03-15T15:49:56Z by anders

λ-calculus core

At it’s core, the lambda calculus contains only: variable references, single-argument anonymous functions and function calls.

added 2012-03-15T15:43:43Z by anders