1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 23:42:43 +01:00

Remove a word from Env

This commit is contained in:
Eelco Dolstra 2019-04-23 01:11:50 +02:00
parent ae5b76a5a4
commit e392ff53e9
4 changed files with 55 additions and 31 deletions

View file

@ -18,6 +18,8 @@ enum Tag {
tBindings,
tValueList,
tEnv,
tWithExprEnv,
tWithAttrsEnv,
// Value tags
tInt,