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