aboutsummaryrefslogtreecommitdiff
path: root/src/fix-ng/eval.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fix-ng/eval.hh')
-rw-r--r--src/fix-ng/eval.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fix-ng/eval.hh b/src/fix-ng/eval.hh
index 364f28471..9be3ae2da 100644
--- a/src/fix-ng/eval.hh
+++ b/src/fix-ng/eval.hh
@@ -7,13 +7,12 @@
#include "expr.hh"
-typedef map<Expr, Expr> NormalForms;
typedef map<Path, PathSet> DrvPaths;
typedef map<Path, Hash> DrvHashes;
struct EvalState
{
- NormalForms normalForms;
+ ATermMap normalForms;
DrvPaths drvPaths;
DrvHashes drvHashes; /* normalised derivation hashes */
Expr blackHole;