Hi, On Mar 3, 2:43 pm, Andrea Tortorella <[email protected]> wrote:
You have to use some instance of T. > (extends? P T) > ;==> nil (extends? P some-t) will return false, because you don't call extend explicitly. > (satisfies? P T) > ;==> nil (satisfies? P some-t) will return true. > (extenders P) > ;==>nil See first case. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
