mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
show 'with' bindings as well as static
This commit is contained in:
parent
c0a567e196
commit
1096d17b65
3 changed files with 65 additions and 25 deletions
|
@ -25,8 +25,8 @@ enum RepairFlag : bool;
|
|||
|
||||
typedef void (* PrimOpFun) (EvalState & state, const Pos & pos, Value * * args, Value & v);
|
||||
|
||||
void printStaticEnvBindings(const Expr &expr);
|
||||
void printStaticEnvBindings(const StaticEnv &se, int lvl = 0);
|
||||
void printEnvBindings(const Expr &expr, const Env &env);
|
||||
void printEnvBindings(const StaticEnv &se, const Env &env, int lvl = 0);
|
||||
|
||||
struct PrimOp
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue