Merge branch 'lambda-position' of https://github.com/fkz/nix-repl
This commit is contained in:
commit
af5ff6c918
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ std::ostream & NixRepl::printValue(std::ostream & str, Value & v, unsigned int m
|
|||
break;
|
||||
|
||||
case tLambda:
|
||||
str << ESC_BLU "«lambda»" ESC_END;
|
||||
str << ESC_BLU "«lambda defined at " << v.lambda.fun->pos << "»" ESC_END;
|
||||
break;
|
||||
|
||||
case tPrimOp:
|
||||
|
|
Loading…
Reference in a new issue