[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in Walker tests



Instead of the lambda body being quoted, it should be #'ed. So, the
form should look like:

blurf.....
    (result (walk-form ',form nil 
			#'(lambda (x y env)
blurf...


...arun