Skip to content

Commit a32b890

Browse files
committed
Assignment 6
1 parent 0a3fb17 commit a32b890

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

www/assignments.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@include-section{assignments/3.scrbl}
99
@include-section{assignments/4.scrbl}
1010
@include-section{assignments/5.scrbl}
11-
@;include-section{assignments/6.scrbl}
11+
@include-section{assignments/6.scrbl}
1212
@;include-section{assignments/7.scrbl}
1313

1414
@;{assignment 8: quote in general, and quasiquote}

www/assignments/6.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
@(require "../notes/ev.rkt")
99

10-
@bold{Due: Tues, April 28, 11:59PM EST}
10+
@bold{Due: Thursday, December 10th, 11:59PM EST}
1111

12-
@(define repo "https://classroom.github.com/a/CxdcWxG7")
12+
@(define repo "")
1313

1414
The goal of this assignment is to (1) implement arity checking in a
1515
language with functions, (2) to implement the @racket[apply]

0 commit comments

Comments
 (0)