@@ -77,7 +77,7 @@ typedef MlValue (*Builtin)(std::vector<MlValue>, MlEnvironment &);
class MlValue {
public:
// Constructs a unit value
// Constructs a nil value
MlValue();
// Constructs an integer
@@ -200,7 +200,6 @@ private:
STRING,
LAMBDA,
BUILTIN,
UNIT,
NIL
} type;
The note is not visible to the blocked user.