Changes between Version 2 and Version 3 of Dev/lambda
- Timestamp:
- Nov 28, 2010 10:11:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/lambda
v2 v3 14 14 (local 15 15 ( 16 ;; n-th powerof given funtion17 ;; repeat : func num -> n-th power of func16 ;; n-th composition of given funtion 17 ;; repeat : func num -> func(func(func(func(func(..))))) 18 18 (define (repeat f n) 19 19 (cond