#pragma once #include #include #include "libexpr/eval.hh" #include "libexpr/nixexpr.hh" namespace nix { void printValueAsXML(EvalState& state, bool strict, bool location, Value& v, std::ostream& out, PathSet& context); }