追加內容of Ch3.2
This commit is contained in:
parent
cab03d63ec
commit
baf64f0570
2 changed files with 5 additions and 1 deletions
Binary file not shown.
|
@ -47,4 +47,8 @@ $(lambda alpha : ast . lambda x : alpha . x ) (\b\o\o\l->\n\a\t) $
|
|||
|
||||
$arrow.twohead.r_beta lambda x : (\b\o\o\l->\n\a\t) . space x$
|
||||
|
||||
然而我們需要$beta$-reduction
|
||||
然而我們需要$beta$-reduction,之後介紹。
|
||||
|
||||
第二個範例,就是關於iteration迭代。
|
||||
|
||||
設有型別$delta$,和函數$F : delta->delta$,定義$D_(delta,F)$是函數,$lambda x : delta . F(F(x))$。所以$D_(delta,F)$是$F$的第二迭代,也標記為$D circle.stroked.small D$。
|
Loading…
Reference in a new issue