[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
<procedure> and <generic> base class?
From: |
Marco Maggi |
Subject: |
<procedure> and <generic> base class? |
Date: |
Fri, 18 Aug 2006 07:45:19 +0200 |
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"
- <procedure> and <generic> base class?,
Marco Maggi <=