Fix parens typesetting.

This commit is contained in:
Sergiu Ivanov 2022-04-21 11:13:43 +02:00
parent 9ad3a69c27
commit ee487af157

View File

@ -339,8 +339,7 @@
(check-true (random-bool-f #f #f))
(check-true (random-bool-f #f #t))
(check-false (random-bool-f #t #f))
(check-true (random-bool-f #t #t))
))
(check-true (random-bool-f #t #t))))
(module untyped racket
(module+ test