mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
* Some hacks to simulate conventional laziness.
This commit is contained in:
parent
cd9d10d4e3
commit
981afe821c
7 changed files with 47 additions and 10 deletions
|
|
@ -116,6 +116,9 @@ string showType(Expr e);
|
|||
|
||||
string showValue(Expr e);
|
||||
|
||||
|
||||
Expr allocCell(Expr e); // make an updateable cell (for simulating conventional laziness)
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue