add nullable Expr argument
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ enum RepairFlag : bool;
|
||||
|
||||
typedef void (* PrimOpFun) (EvalState & state, const Pos & pos, Value * * args, Value & v);
|
||||
|
||||
extern std::function<void(const Error & error, const Env & env)> debuggerHook;
|
||||
extern std::function<void(const Error & error, const Env & env, const Expr & expr)> debuggerHook;
|
||||
|
||||
struct PrimOp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user