We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe11c07 commit 96694d3Copy full SHA for 96694d3
1 file changed
www/assignments/3.scrbl
@@ -82,7 +82,7 @@ Here's the AST definition for the added primitives and @racket[cond]:
82
;; ...
83
;; | 'abs | '- | 'not
84
85
-(struct Cond (cs e) #:prefab)
+(struct Cond (cs es el) #:prefab)
86
)
87
88
There is one new kind of expression constructor: @racket[Cond]. A
0 commit comments