Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/notes/con.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Again, we formulate correctness as a property that can be tested:
(define (check-compiler e)
(check-equal? (asm-interp (compile e))
(interp e)
e))]
(~a e)))]

Generating random Con programs is essentially the same as Blackmail
programs, and are provided in a @link["con/random.rkt"]{random.rkt}
Expand Down