Welcome to the CHICKEN Scheme pasting service
coops strangeness part4 added by megane on Wed May 23 21:36:02 2012
(require-extension coops) (if #f (define-class <foo> () ((a accessor: foo-a)))) (print "here") (define-class <foo> () ((a accessor: foo-a))) ;; output ;; Note: implicitly defining generic-procedure: foo-a ;; here ;; Error: unbound variable: foo-a