Skip to content

Commit

Permalink
#105: added Y combinator comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenn committed Oct 18, 2024
1 parent 14102cd commit d3942ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/VeLa/Y/Y.vela
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Y combinator
# Y combinator for integer functions
# VeLa does not yet have variant or polymorphic types
# nor are function parameter and return types fully
# specified (just "function") yet

Y is λ(h : function) : function {
λ(f : function) : function {
Expand Down

0 comments on commit d3942ee

Please sign in to comment.