Ciao,

  when I define a generic function that accepts a procedure
or generic function as parameter I have to define two
identical functions:

  (define-method (map (p <procedure>) ...
  (define-method (map (p <generic>) ...

is there a base class for <procedure> and <generic>?

--
Marco Maggi

"They say jump!, you say how high?"
Rage Against the Machine - "Bullet in the Head"



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to