1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

== operator: Ignore string context

There really is no case I can think of where taking the context into
account is useful. Mostly it's just very inconvenient.
This commit is contained in:
Eelco Dolstra 2014-06-10 14:02:56 +02:00
parent b1beed97a0
commit ee7fe64c0a
3 changed files with 4 additions and 13 deletions

View file

@ -1297,7 +1297,7 @@ void EvalState::createBaseEnv()
language feature gets added. It's not necessary to increase it
when primops get added, because you can just use `builtins ?
primOp' to check. */
mkInt(v, 2);
mkInt(v, 3);
addConstant("__langVersion", v);
// Miscellaneous