* `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

@ -25,7 +25,7 @@ Expr primBaseNameOf(EvalState & state, Expr arg);
Expr primToString(EvalState & state, Expr arg);
/* Return the null value. */
Expr primNull(EvalState & state, Expr arg);
Expr primNull(EvalState & state);
/* Determine whether the argument is the null value. */
Expr primIsNull(EvalState & state, Expr arg);