env to bindings

This commit is contained in:
Ben Burdette
2021-08-18 21:25:26 -06:00
parent 2272021536
commit 4b5f9b35f0
3 changed files with 28 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@ struct Env
Value * values[0];
};
valmap * mapEnvBindings(const Env &env);
Value & mkString(Value & v, std::string_view s, const PathSet & context = PathSet());