Top "Fixpoint-combinators" questions

Questions about fixed-point combinators, used to encode recursion.

How do I use fix, and how does it work?

I was a bit confused by the documentation for fix (although I think I understand what it's supposed to do …

haskell fixpoint-combinators letrec