Make env struct transparent.
svn: r14857
This commit is contained in:
parent
7a24d39348
commit
ef095c931a
|
@ -20,7 +20,7 @@
|
||||||
with-dotted-env/extend)
|
with-dotted-env/extend)
|
||||||
|
|
||||||
;; eq? has the type of equal?, and l is an alist (with conses!)
|
;; eq? has the type of equal?, and l is an alist (with conses!)
|
||||||
(r:d-s/c env ([eq? (any/c any/c . -> . boolean?)] [l (listof pair?)]))
|
(r:d-s/c env ([eq? (any/c any/c . -> . boolean?)] [l (listof pair?)]) #:transparent)
|
||||||
|
|
||||||
(define (env-vals e)
|
(define (env-vals e)
|
||||||
(map cdr (env-l e)))
|
(map cdr (env-l e)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user