mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01: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