Talk:Fixed-point combinator: Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
MalnadachBot (talk | contribs)
m Fixed Lint errors in signatures. (Task 2)
Line 82:
: and then you can define your f as
f' x = (fix plus') x 1
:[[User:jbolden1517|jbolden1517]]<sup><font color="DarkGreen">[[User talk:jbolden1517|Talk]]</fontsup style="color:darkgreen;">Talk</sup>]] 22:41, 27 March 2009 (UTC)
 
Hmmmm. So, if I read you right, you're basically saying what I was figuring at first: that fix (by which I assume you mean Y) can only be defined on functions like plus' which are specially written in such a way as to receive a (fix whatever) function as a first argument? And not on functions like plus which are not?