Difference between revisions of "Combinator"

From PKC
Jump to navigation Jump to search
Line 1: Line 1:
Combinator is a kind of [[function]]. All functions can be constructed using two functional abstractions: [[S Combinator]] and [[K Combinator]].
Combinator is a kind of [[function]]. All functions can be constructed using two functional abstractions: [[S Combinator]] and [[K Combinator]]<ref name="Scott Part1">{{:Video/Dana Scott - Theory and Models of Lambda Calculus Untyped and Typed - Part 1 of 5 - λC 2017}}</ref><ref extends="Scott Part1">start at 50:03</ref>.


<noinclude>
=References=
<references/>
=Related Pages=
[[Category:Function]]
[[Category:Function]]
[[Category:Combinator]]
[[Category:Combinator]]
</noinclude>

Revision as of 00:48, 19 January 2022

Combinator is a kind of function. All functions can be constructed using two functional abstractions: S Combinator and K Combinator[1]Cite error: Invalid <ref> tag; invalid names, e.g. too many.


References

Related Pages