Discussion:
Foldl in Haskell to SKI combinator
(too old to reply)
TO
2011-12-28 09:31:53 UTC
Permalink
Hi,

Please help me with your answer.
Problem:
Convert the lambda function below to SKI combinators.
\xyz->x(xyz)
(foldl in Haskell)

Thanks,

TO
TO
2012-01-01 11:36:49 UTC
Permalink
Post by TO
Hi,
Please help me with your answer.
Convert the lambda function below  to SKI combinators.
   \xyz->x(xyz)
(foldl in Haskell)
Thanks,
TO
I'm sorry but I've foggeten Curring is needed for x. Foldl is
converted from B=S(KS)K

Thanks,

TO

Loading...