* `null' is a nullary primop.
This commit is contained in:
parent
569e7940f8
commit
cfaea07444
3 changed files with 4 additions and 5 deletions
|
|
@ -227,7 +227,7 @@ Expr primToString(EvalState & state, Expr arg)
|
|||
}
|
||||
|
||||
|
||||
Expr primNull(EvalState & state, Expr arg)
|
||||
Expr primNull(EvalState & state)
|
||||
{
|
||||
return ATmake("Null");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue