Merge branch 'lambda-position' of https://github.com/fkz/nix-repl

This commit is contained in:
Eelco Dolstra 2016-07-21 11:16:22 +02:00
commit af5ff6c918

View file

@ -656,7 +656,7 @@ std::ostream & NixRepl::printValue(std::ostream & str, Value & v, unsigned int m
break; break;
case tLambda: case tLambda:
str << ESC_BLU "«lambda»" ESC_END; str << ESC_BLU "«lambda defined at " << v.lambda.fun->pos << "»" ESC_END;
break; break;
case tPrimOp: case tPrimOp: