1
1
Fork 0
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:
Eelco Dolstra 2007-10-11 21:58:37 +00:00
parent cd9d10d4e3
commit 981afe821c
7 changed files with 47 additions and 10 deletions

View file

@ -116,6 +116,9 @@ string showType(Expr e);
string showValue(Expr e);
Expr allocCell(Expr e); // make an updateable cell (for simulating conventional laziness)
}