PG
num -> num
, второе (num -> num) -> (num -> num)
Size: a a a
PG
num -> num
, второе (num -> num) -> (num -> num)
PG
P
PG
P
P
PG
P
P
PG
P
P
PG
PG
PG
PG
from -> to
PG
(define g
(lambda (x f) (f x)))
(num, num -> num) -> num
PG
(num -> num) -> num
PG
(lambda (f)
(g some-fixed-value f))
PG
num -> num