Hi,
Is there any typecheck for (values) ?
I.e. something like
(define x (values 1 2))
(##values? x) => #t
(I'm aware that typecheck procedure would be Gambit-internal.)
Mikael
Afficher les réponses par date
Yes. It is called ##values?
/Per
7 apr 2010 kl. 18.47 skrev Mikael:
Hi,
Is there any typecheck for (values) ?
I.e. something like
(define x (values 1 2))
(##values? x) => #t
(I'm aware that typecheck procedure would be Gambit-internal.)
Mikael
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Oh sorry, ##values? actually exists in Gambit. It was not reachable from my environment the other day, this is why I asked now. Thanks
2010/4/7 Mikael mikael.trash@gmail.com
Hi,
Is there any typecheck for (values) ?
I.e. something like
(define x (values 1 2))
(##values? x) => #t
(I'm aware that typecheck procedure would be Gambit-internal.)
Mikael