Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
value-to-xml.hh
Go to the documentation of this file.
1#pragma once
3
4#include "nixexpr.hh"
5#include "eval.hh"
6
7#include <string>
8#include <map>
9
10namespace nix {
11
12void printValueAsXML(EvalState & state, bool strict, bool location,
13 Value & v, std::ostream & out, NixStringContext & context, const PosIdx pos);
14
15}
Definition eval.hh:182
Definition pos-idx.hh:9
Definition value.hh:167