2012-07-18 14:59:03 -04:00
|
|
|
#pragma once
|
2006-08-24 14:16:55 +00:00
|
|
|
|
2010-10-04 17:55:38 +00:00
|
|
|
#include <map>
|
|
|
|
#include <string>
|
2020-05-19 15:54:39 +01:00
|
|
|
|
2020-05-27 21:56:34 +01:00
|
|
|
#include "libexpr/eval.hh"
|
|
|
|
#include "libexpr/nixexpr.hh"
|
2010-10-04 17:55:38 +00:00
|
|
|
|
2006-09-04 21:06:23 +00:00
|
|
|
namespace nix {
|
2006-08-24 14:16:55 +00:00
|
|
|
|
2010-05-07 14:46:47 +00:00
|
|
|
void printValueAsXML(EvalState& state, bool strict, bool location, Value& v,
|
2010-04-07 13:55:46 +00:00
|
|
|
std::ostream& out, PathSet& context);
|
2020-05-17 16:31:57 +01:00
|
|
|
|
2006-09-04 21:06:23 +00:00
|
|
|
}
|