trying to eliminate redundant code in application, because it's getting hard to understand
This commit is contained in:
parent
759bedd9cf
commit
8b5bd061db
850
compiler.rkt
850
compiler.rkt
File diff suppressed because it is too large
Load Diff
|
@ -519,6 +519,15 @@
|
|||
(void))
|
||||
|
||||
|
||||
|
||||
(test '(begin (define (f x)
|
||||
(* x x))
|
||||
(f 3)
|
||||
(f 4)
|
||||
(f 5))
|
||||
25)
|
||||
|
||||
|
||||
(test '(begin (define (sum-integers a b)
|
||||
(if (> a b)
|
||||
0
|
||||
|
|
Loading…
Reference in New Issue
Block a user