* `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");
}