changning repl to use EvalState& instead of ref
This commit is contained in:
@@ -274,7 +274,6 @@ void printClosureDiff(
|
||||
|
||||
|
||||
void runRepl(
|
||||
ref<EvalState> evalState,
|
||||
EvalState &evalState,
|
||||
const ValMap & extraEnv);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user