| ▲ | pklausler 3 hours ago | |
The logical combinators that I know all have definitions in the untyped lambda calculus. Is there a typed variant of logical combinators? | ||
| ▲ | momentoftop an hour ago | parent | next [-] | |
Most of them have simple types and are easy to define in ML or Haskell.
There are, however, combinators that do self-application (crucially used in the definition of the Y combinator) and these do not have simple types. | ||
| ▲ | mercatop 3 hours ago | parent | prev [-] | |
[dead] | ||