mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Better error messages (especially wrt types).
This commit is contained in:
parent
e10b830251
commit
4f3725b167
7 changed files with 96 additions and 62 deletions
|
@ -41,10 +41,6 @@ struct EvalState
|
|||
};
|
||||
|
||||
|
||||
MakeError(EvalError, Error)
|
||||
MakeError(AssertionError, EvalError)
|
||||
|
||||
|
||||
/* Evaluate an expression to normal form. */
|
||||
Expr evalExpr(EvalState & state, Expr e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue