summaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-11-20 22:29:29 +0100
committertomsmeding <tom.smeding@gmail.com>2016-11-20 22:30:08 +0100
commit83bdc306f781204dfb4094247932d13cc40edded (patch)
tree4be7082726ec7823df3c2dae27d92bdd1f4d4a27 /environment.h
parent979325946b938be7cbe51f8c20c44e457107979f (diff)
Make `last` work
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.h b/environment.h
index d3f3031..e892207 100644
--- a/environment.h
+++ b/environment.h
@@ -21,6 +21,7 @@ private:
bool reduce(AST &ast,i64 depth=0);
bool betareduce(AST &ast,i64 depth);
bool resolve(AST &ast);
+ bool resolve(AST &ast,unordered_set<Name> &avoid);
public:
void load(const Environment &other);