Ticket #902: coops-generic-procedure?.patch
File coops-generic-procedure?.patch, 411 bytes (added by , 13 years ago) |
---|
-
coops.scm
478 478 (and (procedure? x) 479 479 (##sys#lambda-decoration 480 480 x 481 generic-procedure-instance-slot?))) 481 generic-procedure-instance-slot?) 482 #t)) 482 483 483 484 (define (generic-procedure-instance-slot? x) 484 485 (and (pair? x) (eq? '##coops#generic (car x))))