#pragma once #include <map> #include <string> #include "eval.hh" #include "nixexpr.hh" namespace nix { void printValueAsXML(EvalState& state, bool strict, bool location, Value& v, std::ostream& out, PathSet& context); }
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
#pragma once #include <map> #include <string> #include "eval.hh" #include "nixexpr.hh" namespace nix { void printValueAsXML(EvalState& state, bool strict, bool location, Value& v, std::ostream& out, PathSet& context); }