We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d717e commit e25ea3dCopy full SHA for e25ea3d
1 file changed
www/assignments/4.scrbl
@@ -35,10 +35,9 @@ with:
35
@section[#:tag-prefix "a4-" #:style 'unnumbered]{From Con+ and Dupe+ to Fraud+}
36
37
Implement the @racket[abs], unary @racket[-] and @racket[not]
38
-operations and the @racket[cond] form from @seclink["Assignment
39
-3"]{Assignment 3}.
+operations and the @racket[cond] form from @seclink["Assignment 3"]{Assignment 3}.
40
41
-Unlike Assignment 3, the ast struct definitions and parsing code are
+Unlike Assignment 3, the AST struct definitions and parsing code are
42
provided. Study the relevant parts in @tt{ast.rkt} and @tt{parse.rkt},
43
understand what is different (if anything) from your own
44
implementation and implement the relevant functionality in
0 commit comments