We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d2fe8 commit 731cf14Copy full SHA for 731cf14
1 file changed
www/midterms/2.scrbl
@@ -61,7 +61,7 @@ justify your answer.
61
(begin (define (flip x)
62
(flop (add1 x)))
63
(define (flop y)
64
- (flip (sub1 x)))
+ (flip (sub1 y)))
65
(flip 5))
66
)
67
@@ -72,7 +72,7 @@ How about this one? Again, justify your answer.
72
73
(flip (flop (add1 x))))
74
75
- (flop (flip (sub1 x))))
+ (flop (flip (sub1 y))))
76
77
78
0 commit comments