mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
Make function calls tail-recursive
This commit is contained in:
parent
273322c773
commit
c897bac549
4 changed files with 65 additions and 40 deletions
|
@ -205,7 +205,7 @@ struct ExprLambda : Expr
|
|||
% arg % pos);
|
||||
};
|
||||
void setName(Symbol & name);
|
||||
string showNamePos();
|
||||
string showNamePos() const;
|
||||
COMMON_METHODS
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue