1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

* Implemented the primops necessary for generating the NixOS manual.

This commit is contained in:
Eelco Dolstra 2010-04-07 13:55:46 +00:00
parent a353aef0b1
commit fc92244ba8
8 changed files with 160 additions and 146 deletions

View file

@ -5,11 +5,12 @@
#include <map>
#include "nixexpr.hh"
#include "aterm.hh"
#include "eval.hh"
namespace nix {
void printTermAsXML(Expr e, std::ostream & out, PathSet & context);
void printValueAsXML(EvalState & state, bool strict,
Value & v, std::ostream & out, PathSet & context);
}