From 6919e3a9e50508c1dcfc28539b4f64f7cd7916f0 Mon Sep 17 00:00:00 2001 From: Anwar Mamat Date: Thu, 6 Jun 2024 21:56:13 -0400 Subject: [PATCH] fixes check-compiler string message error --- www/notes/con.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/notes/con.scrbl b/www/notes/con.scrbl index bad4700b..082ce016 100644 --- a/www/notes/con.scrbl +++ b/www/notes/con.scrbl @@ -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}