Fix parameter ducking and remove bst-tests running.

This commit is contained in:
Dominik Pantůček 2023-07-07 10:22:08 +02:00
parent c234f883bd
commit 3f6c5cc36a
2 changed files with 1 additions and 4 deletions

View file

@ -53,7 +53,7 @@
(define var val))
((_ (define/doc var doc arg (make-parameter val)))
(define var val))
(define var (make-parameter val)))
((_ (define* var val))
(define* var val))

View file

@ -420,6 +420,3 @@
))
)
(import util-bst)
(util-bst-tests!)