Nix
2.26.3
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
print-ambiguous.hh
1
#pragma once
2
3
#include "
value.hh
"
4
5
namespace
nix {
6
17
void
printAmbiguous(
18
Value
&v,
19
const
SymbolTable
&
symbols
,
20
std::ostream &
str
,
21
std::set<const void *> *seen,
22
int
depth);
23
24
}
nix::SymbolTable
Definition
symbol-table.hh:82
str
std::ostream & str
Definition
lexer.l:1728
symbols
std::unordered_map< std::string_view, std::pair< const std::string *, uint32_t > > symbols
Definition
lexer.l:1010
nix::Value
Definition
value.hh:167
value.hh
src
libexpr
print-ambiguous.hh
Generated by
1.13.2