Defining cs-advisor

TA
Fri, 23 Sep 94 11:32:42 EDT

The reason that your call to conference is
returning the

function advisor is because there is a problem with the 
way that you defined your cs-advisor.

Recall that the function "make-advisor" takes a list of 
strategies and RETURNS AN ADVISOR (which is a function)

I would guess that the problem that you are having 
occurred because you defined your cs-advisor to be a 
function that calls "make-advisor", as opposed to defining 
your cs-advisor to be that function that is returned by 
"make-advisor."

Refers to:

________Primitive Function returned from call to conference Student 1 Thu, 22 Sep 94 17:07:04 EDT