const & added
This commit is contained in:
2
ml.h
2
ml.h
@@ -89,7 +89,7 @@ typedef MlValue (*Builtin)(std::vector<MlValue>, MlEnvironment &);
|
||||
MlValue(const std::vector<MlValue> &list);
|
||||
|
||||
// Construct a quoted value
|
||||
static MlValue quote(MlValue quoted);
|
||||
static MlValue quote(const MlValue& quoted);
|
||||
|
||||
// Construct an atom
|
||||
static MlValue atom(const std::string &s);
|
||||
|
||||
Reference in New Issue
Block a user