Y combinator: Difference between revisions

Content deleted Content added
SqrtNegInf (talk | contribs)
m →‎{{header|Raku}}: Fix comment: Perl 6 --> Raku
m Update Rust version. Rust 2018 removed anonymous parameters, so the original version doesn't build.
Line 4,324: Line 4,324:
fn apply(
fn apply(
&self,
&self,
&Apply<T, R>,
f: &Apply<T, R>,
T
t: T
) -> R;
) -> R;
}
}