mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
storing staticenv bindings
This commit is contained in:
parent
b9d08b98da
commit
aad27143c6
3 changed files with 71 additions and 1 deletions
|
@ -85,7 +85,7 @@ struct Expr
|
|||
virtual Value * maybeThunk(EvalState & state, Env & env);
|
||||
virtual void setName(Symbol & name);
|
||||
|
||||
std::shared_ptr<StaticEnv> staticenv;
|
||||
std::shared_ptr<const StaticEnv> staticenv;
|
||||
};
|
||||
|
||||
std::ostream & operator << (std::ostream & str, const Expr & e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue