mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01:00
* Updated some more primops.
This commit is contained in:
parent
8bb0210fea
commit
5c31995bb8
3 changed files with 37 additions and 58 deletions
|
|
@ -188,6 +188,7 @@ public:
|
|||
/* Evaluation the expression, then verify that it has the expected
|
||||
type. */
|
||||
bool evalBool(Env & env, Expr * e);
|
||||
void evalAttrs(Env & env, Expr * e, Value & v);
|
||||
|
||||
/* If `v' is a thunk, enter it and overwrite `v' with the result
|
||||
of the evaluation of the thunk. If `v' is a delayed function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue