From 82312ad28ea14203cbfae9a7f69d2b8ab23c6b9f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 12 Aug 2014 09:02:51 -0400 Subject: Grammar: "avoiding to" isn't proper, either --- library/assumptions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/assumptions.ml b/library/assumptions.ml index 37585caa42..e4638f5e42 100644 --- a/library/assumptions.ml +++ b/library/assumptions.ml @@ -187,7 +187,7 @@ let assumptions ?(add_opaque=false) ?(add_transparent=false) st (* t *) = a "Let" definition, in the former it is an assumption of [t], in the latter is must be unfolded like a Const. The other cases are straightforward recursion. - Calls to the environment are memoized, thus avoiding to explore + Calls to the environment are memoized, thus avoiding exploration of the DAG of the environment as if it was a tree (can cause exponential behavior and prevent the algorithm from terminating in reasonable time). [s] is a set of [context_object], representing -- cgit v1.2.3