首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
1.42(函数的复合)
1.42(函数的复合)
mac
2022-06-30
25
(define (compose f g) (lambda (x) (f (g x)))) ((compose square inc)
6
) ((compose inc inc)
6
)
转载于:https://www.cnblogs.com/R4mble/p/8395477.html
转载请注明原文地址: https://mac.8miu.com/read-63121.html
最新回复
(
0
)