We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f45cd37 + 731cf14 commit 26849c6Copy full SHA for 26849c6
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