1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

libexpr/value/print.* -> libexpr/print.*

Generalizes the file to sensibly allow printing any part of the
language syntax.
This commit is contained in:
Robert Hensing 2023-04-16 13:10:45 +02:00
parent 1e2dd669bc
commit 28a5cdde02
5 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
#include "eval.hh"
#include "symbol-table.hh"
#include "util.hh"
#include "value/print.hh"
#include "print.hh"
#include <cstdlib>