Nix  2.93.0-dev
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
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}