diff --git a/Interpreter.ts b/Interpreter.ts index 74a13b8e..a73bea22 100644 --- a/Interpreter.ts +++ b/Interpreter.ts @@ -271,7 +271,7 @@ module Interpreter { candList.candidates.forEach((c) => { goals.push(makeGoal("holding", [c])); }); - return {lis:goals, isAnd:false}; + return {list:goals, isAnd:false}; } }