> What I would like to know is how the 'fix' function could be used
> to find the fixed point of a function like ( \n -> 2*n ).
The 'fix' function does compute a (the least) fixed point of ( \n -> 2*n ).
The least fixed point is bottom.

        -- Lennart
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to