Show that term cons works by showing all beta reductions

后端 未结 0 1988
北恋
北恋 2020-12-28 18:30

I\'m new to functional programming.

So the terms cons appends an element to the front of the list. Where cons ≜ λx:λl:λc:λn: c x (l c n).

How should I go about

相关标签:
回答
  • 消灭零回复
提交回复
热议问题