1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

Style fixes

In particular, use std::make_shared and enumerate(). Also renamed some
fields to fit naming conventions.
This commit is contained in:
Eelco Dolstra 2022-05-05 12:29:14 +02:00
parent c98648bef0
commit dd8b91eebc
8 changed files with 247 additions and 305 deletions

View file

@ -275,6 +275,7 @@ void printClosureDiff(
void runRepl(
ref<EvalState> evalState,
const Expr &expr,
const Expr & expr,
const std::map<std::string, Value *> & extraEnv);
}