1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-21 00:11:08 +01:00

* `null' is a nullary primop.

This commit is contained in:
Eelco Dolstra 2003-11-06 14:41:49 +00:00
parent 569e7940f8
commit cfaea07444
3 changed files with 4 additions and 5 deletions

View file

@ -227,7 +227,7 @@ Expr primToString(EvalState & state, Expr arg)
}
Expr primNull(EvalState & state, Expr arg)
Expr primNull(EvalState & state)
{
return ATmake("Null");
}