On Wed, Oct 8, 2008 at 12:54 PM, Jörg F. Wittenberger <[EMAIL PROTECTED]> wrote: > > #;1> (load "matchable.scm") > ; loading matchable.scm ... > #;2> (print (match '(lambda (a b) (+ a b)) > ((_ llist body ...) #t))) > Error: (match) no matching pattern >
You probably have not done "(import matchable)". cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
