Difference between revisions of "Combinator"

From PKC
Jump to navigation Jump to search
(Created page with "Combinator is a kind of function. Category:Function Category:Combinator")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Combinator is a kind of [[function]].
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 41:32 ([https://youtu.be/mBjhDyHFqJY?t=2492 around 20 second])</ref>.


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

Latest revision as of 00:55, 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