chickadee » chicken » base » weak-pair?

weak-pair? objprocedure

This predicate returns #t if and only if obj is a weak pair.

(weak-pair? (weak-cons 'a '()))      ===>  #t
(weak-pair? (cons 'a '()))           ===>  #f
(weak-pair? (vector 'a '()))         ===>  #f