@ -94,9 +94,7 @@ MlValue MlValue::string(const std::string &s) {
}
MlValue MlValue::nil() {
MlValue result;
return MlValue();
result.type = NIL;
return result;
// Construct a lambda function