use an absolute require to avoid an error in the sandbox test suite
This commit is contained in:
parent
551db6c1ef
commit
ad0a47c570
|
@ -62,7 +62,7 @@
|
||||||
remf*)
|
remf*)
|
||||||
|
|
||||||
(require (for-syntax racket/base)
|
(require (for-syntax racket/base)
|
||||||
"private/list-predicates.rkt")
|
racket/private/list-predicates)
|
||||||
|
|
||||||
(define (first x)
|
(define (first x)
|
||||||
(if (and (pair? x) (list? x))
|
(if (and (pair? x) (list? x))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user