2012-07-18 20:59:03 +02:00
|
|
|
#pragma once
|
2006-08-24 16:16:55 +02:00
|
|
|
|
|
|
|
#include "nixexpr.hh"
|
2010-04-07 15:55:46 +02:00
|
|
|
#include "eval.hh"
|
2006-08-24 16:16:55 +02:00
|
|
|
|
2010-10-04 19:55:38 +02:00
|
|
|
#include <string>
|
|
|
|
#include <map>
|
|
|
|
|
2006-09-04 23:06:23 +02:00
|
|
|
namespace nix {
|
2006-08-24 16:16:55 +02:00
|
|
|
|
2010-05-07 16:46:47 +02:00
|
|
|
void printValueAsXML(EvalState & state, bool strict, bool location,
|
2010-04-07 15:55:46 +02:00
|
|
|
Value & v, std::ostream & out, PathSet & context);
|
2006-09-04 23:06:23 +02:00
|
|
|
|
|
|
|
}
|