We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f71e6b commit 7f04605Copy full SHA for 7f04605
1 file changed
www/notes/con.scrbl
@@ -15,6 +15,8 @@
15
16
@(define codeblock-include (make-codeblock-include #'h))
17
18
+
19
+@(ev '(require rackunit))
20
@(for-each (λ (f) (ev `(require (file ,(path->string (build-path notes "con" f))))))
21
'("interp.rkt" "compile.rkt" "asm/interp.rkt" "asm/printer.rkt" "random.rkt"))
22
0 commit comments