Polyvariadic fixpoint combinator in F# (heavily inspired by Haskell)
3 people like thisPosted: 11 years ago by Nick Palladinos
Describes a function called "fix" that can be used to generate recursive functions from non-recursive functions, with some simple examples. (Updated with slightly improved comments.)
6 people like thisPosted: 4 years ago by Brian Berns