Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
value-to-xml.hh
Go to the documentation of this file.
1#pragma once
3
5#include "lix/libexpr/eval.hh"
6
7namespace nix {
8
9void printValueAsXML(EvalState & state, bool strict, bool location,
10 Value & v, std::ostream & out, NixStringContext & context, const PosIdx pos);
11
12}
Definition eval.hh:685
Definition pos-idx.hh:9
Definition value.hh:190