diff options
| author | Jason Gross | 2014-08-12 09:02:51 -0400 |
|---|---|---|
| committer | Pierre Boutillier | 2014-08-25 15:22:40 +0200 |
| commit | 82312ad28ea14203cbfae9a7f69d2b8ab23c6b9f (patch) | |
| tree | 4ad022401fdba8fdf94072c5dae77226d44de6f7 /library | |
| parent | bc6e87572b33eb5d98cbb23522a71fd7d23931b7 (diff) | |
Grammar: "avoiding to" isn't proper, either
Diffstat (limited to 'library')
| -rw-r--r-- | library/assumptions.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
